提交 8684ba72 编写于 作者: A Aybuke Ozdemir 提交者: Greg Kroah-Hartman

staging: imx-drm: Array was made static const char * const

This patch fixes checkpatch.pl error in file imx-tve.c
WARNING: static const char * array should probably be static
const char * const
Signed-off-by: NAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1da2a44b
......@@ -538,7 +538,7 @@ static struct regmap_config tve_regmap_config = {
.max_register = 0xdc,
};
static const char *imx_tve_modes[] = {
static const char * const imx_tve_modes[] = {
[TVE_MODE_TVOUT] = "tvout",
[TVE_MODE_VGA] = "vga",
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册