diff --git a/[refs] b/[refs] index 6e7a361efeca..5641bc86c788 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c432a8f0134504814aa8dcce6cc57c89d175604 +refs/heads/master: 3c232147a7d5b0418b0a0bae0e5b9a62fb81f4f2 diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index a4e8087a0cae..3961e759a256 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -2075,7 +2075,7 @@ sub process { if ($prevline =~ /\bif\s*\(([^\)]*)\)/) { my $expr = $1; if ($line =~ /\bkfree\(\Q$expr\E\);/) { - WARN("kfree(NULL) is safe this check is probabally not required\n" . $hereprev); + WARN("kfree(NULL) is safe this check is probably not required\n" . $hereprev); } } # check for needless usb_free_urb() checks