[PATCH 03/10] staging: unisys: simpleString_get & byteStream_get camel case

2014-12-01 Thread Jeffrey Brown
Fixed the camel case for parser_byteStream_get and parser_simpleString_get parser_simpleString_get => parser_simplestring_get parser_byteStream_get => parser_bytestream_get Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- drivers/staging/

[PATCH 09/10] staging: unisys: parser.c braces

2014-12-01 Thread Jeffrey Brown
Inserted a necessary brace for an if statement on line 146 of parser.c Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drivers/staging/unisys

[PATCH 10/10] staging: unisys: parser.c logical continuation

2014-12-01 Thread Jeffrey Brown
Fixed a logical continuation on line 391 by placing the '||' operator on line 390 Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drive

[PATCH 03/10] staging: unisys: simpleString_get & byteStream_get camel case

2014-12-01 Thread Jeffrey Brown
Fixed the camel case for parser_byteStream_get and parser_simpleString_get parser_simpleString_get => parser_simplestring_get parser_byteStream_get => parser_bytestream_get Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- drivers/staging/

[PATCH 04/10] staging: unisys: PARSER_CONTEXT typedef

2014-12-01 Thread Jeffrey Brown
Completely removed all trace of the typedef of PARSER_CONTEXT and replaced all instance of that typedef with parser_context_tag also changed PARSER_CONTEXT_Tag PARSER_CONTEXT_Tag => parser_context_tag Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c |

[PATCH 07/10] staging: unisys: parser_init_guts and parser_param_start camel case

2014-12-01 Thread Jeffrey Brown
Fixed camel cases in the struct parser_init_guts and an Away camel case in parser_param_start isLocal => is_local tryAgain => try_again HasStandardPayloadHeader => has_standard_payload_header Away => cleanups Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/p

[PATCH 10/10] staging: unisys: parser.c logical continuation

2014-12-01 Thread Jeffrey Brown
Fixed a logical continuation on line 391 by placing the '||' operator on line 390 Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drive

[PATCH 09/10] staging: unisys: parser.c braces

2014-12-01 Thread Jeffrey Brown
Inserted a necessary brace for an if statement on line 146 of parser.c Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drivers/staging/unisys

[PATCH 01/10] staging: unisys: parser_init camel cases

2014-12-01 Thread Jeffrey Brown
Fixed camel cases for parser_init isLocal => is_local tryAgain => try_again Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- drivers/staging/unisys/visorchipset/parser.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/d

[PATCH 06/10] staging: unisys: Controlvm_Payload_Bytes_Buffered camel case

2014-12-01 Thread Jeffrey Brown
Changed the camel case of the static ulong Controlvm_Payload_Bytes_ Buffered Controlvm_Payload_Bytes_Buffered =>controlvm_payload_bytes_buffered Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) d

[PATCH 02/10] staging: unisys: parser_init_byteStream camel case

2014-12-01 Thread Jeffrey Brown
Changed the camel cases for the struct parser_init_bytestream parser_init_byteStream => parser_init_bytestream isLocal => is_local tryAgain => try_again Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c| 4 ++-- drivers/staging/unisys/vis

[PATCH 08/10] staging: unisys: parser.c space after casts

2014-12-01 Thread Jeffrey Brown
Removed all spaces after casts in parser.c Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drivers/staging/unisys/visorchipset

[PATCH 00/10] parser patches v2

2014-12-01 Thread Jeffrey Brown
as well. Jeffrey Brown (10): staging: unisys: parser_init camel cases staging: unisys: parser_init_byteStream camel case staging: unisys: simpleString_get & byteStream_get camel case staging: unisys: PARSER_CONTEXT typedef staging: unisys: PARSER_WHICH_STRING typedef staging: un

[PATCH 05/10] staging: unisys: PARSER_WHICH_STRING typedef

2014-12-01 Thread Jeffrey Brown
Removed the typedef of PARSER_WHICH_STRING and replaced all instance of the typedef with enum parser_which_string. Also changed the name of it to parser_which_string PARSER_WHICH_STRING => parser_which_string Signed-off-by: Jeffrey Brown --- drivers/staging/unisys/visorchipset/parser.c

<    1   2