]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
checkpatch: remove unnecessary + after {8,8}
authorJoe Perches <joe@perches.com>
Tue, 23 Sep 2014 10:41:02 +0000 (12:41 +0200)
committerTom Rini <trini@ti.com>
Thu, 25 Sep 2014 13:31:24 +0000 (09:31 -0400)
commite3a4facdfc07179ebe017a07b8de6224a935a9f3
tree3a00366cde30ecf8d6d61ee97b7b2d79b47de1ea
parentf1ef2b62339526df3b921bcfefd174ce76d4c624
checkpatch: remove unnecessary + after {8,8}

Pick the following commit from Linux kernel:
commit 66cb4ee0e52ca721f609fd5eec16187189ae5fda
Author: Joe Perches <joe@perches.com>
Date:   Wed Sep 10 09:40:47 2014 +1000

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: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
scripts/checkpatch.pl