From b9b4d9f2b91a9f1de1b93aee0bbd0259e8b67c53 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 7 Jan 2015 10:08:39 +0100 Subject: [PATCH] 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 Signed-off-by: Linus Walleij --- Reading git-format-patch failed