[PATCH 2/3] power: wm831x_power.c: fixed const struct declaration warning

2012-10-17 Thread Sangho Yi
I fixed the following coding style violation; WARNING: static const char * array should probably be static const char * const Signed-off-by: Sangho Yi --- drivers/power/wm831x_power.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/wm831x_power.c

[PATCH 2/3] power: wm831x_power.c: fixed const struct declaration warning

2012-10-17 Thread Sangho Yi
I fixed the following coding style violation; WARNING: static const char * array should probably be static const char * const Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/power/wm831x_power.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git