checkpatch: fix minor typo and mixed space+tab in indentation
Fix spelling of "concatenation". Don't use tab after space in indentation. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Joe Perches <joe@perches.com> Link: http://lkml.kernel.org/r/20200122163852.124417-2-borneo.antonio@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f36d3eb89a
commit
342d3d2f13
@@ -5165,7 +5165,7 @@ sub process {
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
# Flatten any obvious string concatentation.
|
# Flatten any obvious string concatenation.
|
||||||
while ($dstat =~ s/($String)\s*$Ident/$1/ ||
|
while ($dstat =~ s/($String)\s*$Ident/$1/ ||
|
||||||
$dstat =~ s/$Ident\s*($String)/$1/)
|
$dstat =~ s/$Ident\s*($String)/$1/)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user