]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: remove unnecessary + after {8,8}
authorJoe Perches <joe@perches.com>
Mon, 13 Oct 2014 22:51:53 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:15 +0000 (02:18 +0200)
commit04661c5e0f0e21b2e16f7397a6a0b7079d2085d4
tree0ee0a14cf6fd871b4e8db74d827aff8587675128
parent77ec461b3e9d98ee85feea1ae040ac138e82bf05
checkpatch: remove unnecessary + after {8,8}

There's a useless "+" use that needs to be removed as perl 5.20 emits a
"Useless use of greediness modifier '+'" message each time it's hit.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Greg KH <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl