projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478b179
)
checkpatch: two spelling fixes
author
Claudio Fontana
<claudio.fontana@gliwa.com>
Tue, 10 Apr 2018 23:33:42 +0000
(16:33 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Apr 2018 17:28:36 +0000
(10:28 -0700)
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>
scripts/checkpatch.pl
patch
|
blob
|
history
diff --git
a/scripts/checkpatch.pl
b/scripts/checkpatch.pl
index 18bf4bf1d0fc6242739dd3bc173d939145976247..5fe361e1ed5e46451fe87ac7ecb76c01de798c04 100755
(executable)
--- a/
scripts/checkpatch.pl
+++ b/
scripts/checkpatch.pl
@@
-1218,7
+1218,7
@@
sub sanitise_line {
for ($off = 1; $off < length($line); $off++) {
$c = substr($line, $off, 1);
- # Comments we are w
acking complet
ly including the begin
+ # Comments we are w
hacking complete
ly including the begin
# and end, all to $;.
if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
$sanitise_quote = '*/';