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 a/drivers/staging/unisys/visorchipset/parser.h b/drivers/staging/unisys/visorchipset/parser.h index 73bdc54..737b108 100644 --- a/drivers/staging/unisys/visorchipset/parser.h +++ b/drivers/staging/unisys/visorchipset/parser.h @@ -33,7 +33,7 @@ typedef enum { typedef struct parser_context_tag PARSER_CONTEXT; -PARSER_CONTEXT *parser_init(u64 addr, u32 bytes, BOOL isLocal, BOOL *tryAgain); +PARSER_CONTEXT *parser_init(u64 addr, u32 bytes, BOOL islocal, BOOL *tryAgain); PARSER_CONTEXT *parser_init_byteStream(u64 addr, u32 bytes, BOOL isLocal, BOOL *tryAgain); void parser_param_start(PARSER_CONTEXT *ctx, PARSER_WHICH_STRING which_string); -- 1.8.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel