commit | e3a4facdfc07179ebe017a07b8de6224a935a9f3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Sep 23 12:41:02 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Sep 25 09:31:24 2014 -0400 |
tree | 3a00366cde30ecf8d6d61ee97b7b2d79b47de1ea | |
parent | f1ef2b62339526df3b921bcfefd174ce76d4c624 [diff] |
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>