Joe Perches 77b8c0a8e4 checkpatch: warn on const char foo[] = "bar"; declarations
These declarations should generally be static const to avoid poor
compilation and runtime performance where compilers tend to initialize
the const declaration for every call instead of using .rodata for the
string.

Miscellanea:

 - Convert spaces to tabs for indentation in 2 adjacent checks

Link: http://lkml.kernel.org/r/10ea5f4b087dc911e41e187a4a2b5e79c7529aa3.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-01-04 13:13:46 -08:00
..
2018-12-29 12:03:17 -08:00
2018-12-27 11:19:07 -08:00
2017-03-28 16:16:52 +02:00
2018-12-29 12:03:17 -08:00
2018-12-29 12:03:17 -08:00
2017-11-14 18:25:40 -08:00
2018-12-29 12:03:17 -08:00
2018-12-29 12:03:17 -08:00
2017-11-17 17:45:29 -08:00
2018-12-28 12:11:44 -08:00