Re: [PATCH 02/10] staging: unisys: parser_init isLocal camel case

2014-11-12 Thread Dan Carpenter
On Tue, Nov 11, 2014 at 09:46:11AM -0500, Jeffrey wrote: Changed the camel case isLocal to islocal in the struct pointer parser_init on line 36 isLocal = islocal islocal is hard to read. Use is_local instead. Also you may as well fix the .c file at the same time. regards, dan carpenter

[PATCH 02/10] staging: unisys: parser_init isLocal camel case

2014-11-11 Thread Jeffrey
Changed the camel case isLocal to islocal in the struct pointer parser_init on line 36 isLocal = islocal Signed-off-by: Jeffrey jeffrey.br...@unisys.com --- drivers/staging/unisys/visorchipset/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git