aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorClaudio Fontana <claudio.fontana@gliwa.com>2018-04-10 19:33:42 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-11 13:28:36 -0400
commit8d2e11b22d79053e832d17084bc912102c6cbb62 (patch)
tree4982d413912e0647b7724bbc7e8c6c7be8cf519b /scripts
parent478b17998066a6a70a7f265f4feba09c6945ab62 (diff)
checkpatch: two spelling fixes
completly -> completely wacking -> whacking Link: http://lkml.kernel.org/r/1520405394-5586-1-git-send-email-claudio.fontana@gliwa.com Signed-off-by: Claudio Fontana <claudio.fontana@gliwa.com> Acked-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 18bf4bf1d0fc..5fe361e1ed5e 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1218,7 +1218,7 @@ sub sanitise_line {
1218 for ($off = 1; $off < length($line); $off++) { 1218 for ($off = 1; $off < length($line); $off++) {
1219 $c = substr($line, $off, 1); 1219 $c = substr($line, $off, 1);
1220 1220
1221 # Comments we are wacking completly including the begin 1221 # Comments we are whacking completely including the begin
1222 # and end, all to $;. 1222 # and end, all to $;.
1223 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') { 1223 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
1224 $sanitise_quote = '*/'; 1224 $sanitise_quote = '*/';