Changed the BOOL isLocal to islocal in parser_init_byteStream in
the file parser.h on line 37
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 dc20d54..bab8245 100644
--- a/drivers/staging/unisys/visorchipset/parser.h
+++ b/drivers/staging/unisys/visorchipset/parser.h
@@ -34,7 +34,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_byteStream(u64 addr, u32 bytes, BOOL isLocal,
+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);
 void *parser_param_get(PARSER_CONTEXT *ctx, char *nam, int namesize);
-- 
1.8.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to