]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - scripts/markup_oops.pl
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
[lisovros/linux_canprio.git] / scripts / markup_oops.pl
index 90e1d9aa35b55d26a1e05ab51fff6947edcb436d..827896f56501aaebba885e70adc24a477fd31884 100644 (file)
@@ -168,7 +168,7 @@ while (<STDIN>) {
                $function = $1;
                $func_offset = $2;
        }
-       if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\]  \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]/) {
+       if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\]  \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) {
                $function = $1;
                $func_offset = $2;
        }