Peter Huewe <peterhu...@gmx.de> wrote:

> +static char old_keypad_profile[][4][9] = {
>       {"S0", "Left\n", "Left\n", ""},
>       {"S1", "Down\n", "Down\n", ""},
>       {"S2", "Up\n", "Up\n", ""},

Things like this should likely be const also.  There are several here.

> -void panel_lcd_print(char *s)
> +static void panel_lcd_print(char *s)

const char *s maybe?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to