diff options
author | Joe Perches <joe@perches.com> | 2015-06-25 15:02:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-25 17:00:41 -0700 |
commit | 33acb54a4379ccd3494580bdc30af1aa13ee4aab (patch) | |
tree | dfa43d3074a110d45ef813baf70f87d4a5b4a72e /drivers/staging | |
parent | 485ff23ed2575e9d479f45227749cbbcd5df3e19 (diff) |
checkpatch: use $String consistently
String detection where a source line with a string constant is converted
can either have an X or a space.
Some of the string detection regexes do not allow the space character, but
there is a handy $String variable that does.
Convert the remaining uses of string detection regexes to use the $String
variable to reduce possible false negatives.
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/staging')
0 files changed, 0 insertions, 0 deletions