[PATCH 02/15] staging: unisys: parser_init parser_init_byteStream camel case

2014-11-12 Thread Jeffrey
Fixed all of the camel cases in the two structs parser_init and parser_init_byteStream in parser.h isLocal = is_local tryAgain = tryagain Signed-off-by: Jeffrey jeffrey.br...@unisys.com --- drivers/staging/unisys/visorchipset/parser.h |6 +++--- 1 files changed, 3 insertions(+), 3

Re: [PATCH 02/15] staging: unisys: parser_init parser_init_byteStream camel case

2014-11-12 Thread Dan Carpenter
On Wed, Nov 12, 2014 at 09:10:01AM -0500, Jeffrey wrote: Fixed all of the camel cases in the two structs parser_init and parser_init_byteStream in parser.h isLocal = is_local tryAgain = tryagain Use try_again instead of tryagain. The one thing per patch rule is a bit vague. Really it's one