Re: [PATCH] Extcon: Minor change in the declaration of cable_names

2012-08-20 Thread anish kumar
On Mon, 2012-08-20 at 06:56 +, 함명주 wrote: > > From: anish kumar > > > > Instead of "const char **supported_cable" it is better to have > > it as "const char *const *supported_cable". > > > > Signed-off-by: anish kumar > > Could you please elaborate on why it's better? > > (Is this fixing

Re: [PATCH] Extcon: Minor change in the declaration of cable_names

2012-08-19 Thread 함명주
> From: anish kumar > > Instead of "const char **supported_cable" it is better to have > it as "const char *const *supported_cable". > > Signed-off-by: anish kumar Could you please elaborate on why it's better? (Is this fixing the using the standard naming issue Mark mentioned before?) Chee

[PATCH] Extcon: Minor change in the declaration of cable_names

2012-08-18 Thread anish kumar
From: anish kumar Instead of "const char **supported_cable" it is better to have it as "const char *const *supported_cable". Signed-off-by: anish kumar --- include/linux/extcon.h |2 +- include/linux/extcon/extcon-adc-jack.h |2 +- 2 files changed, 2 insertions(+), 2 de