gpio:gpiolib: use static const char const * for a suffixes array
authorOlliver Schinagl <oliver@schinagl.nl>
Wed, 7 Jan 2015 09:08:39 +0000 (10:08 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 15 Jan 2015 16:23:22 +0000 (17:23 +0100)
commitb9b4d9f2b91a9f1de1b93aee0bbd0259e8b67c53
tree987616a306bac437542c2f55d00a9a06e2239199
parentd34541bc48eb7d7cb2ead5ff0284acf65af96f17
gpio:gpiolib: use static const char const * for a suffixes array

Checkpatch complains, and probably with good reason that we should use
const char const * for the static constant array that never gets
changed.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c
This page took 0.044433 seconds and 5 git commands to generate.