commit | d2207ccbc59900311c88bb9150b24253cd4ddd49 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Oct 13 15:51:53 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 14 02:18:15 2014 +0200 |
tree | 0ee0a14cf6fd871b4e8db74d827aff8587675128 | |
parent | f17dba4fc0496eb0daf018074fccebdc85993c75 [diff] |
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>