aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorchipset/parser.h
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2015-03-16 13:57:55 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-23 21:53:43 +0100
commit53049d33158fb1b6ad8268a85b2a9de40346fba6 (patch)
treee063dea9113dc15f73095439817e429c3c6e2764 /drivers/staging/unisys/visorchipset/parser.h
parentstaging: unisys: refactor parser_init_byteStream (diff)
downloadlinux-dev-53049d33158fb1b6ad8268a85b2a9de40346fba6.tar.xz
linux-dev-53049d33158fb1b6ad8268a85b2a9de40346fba6.zip
staging: unisys: refactor parser_byteStream_get
Fix this CamelCase function name: parser_byteStream_get => parser_byte_stream_get Update all references to use the fixed name. Fix the spacing in the typecast. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorchipset/parser.h')
-rw-r--r--drivers/staging/unisys/visorchipset/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorchipset/parser.h b/drivers/staging/unisys/visorchipset/parser.h
index a06772fdb344..2b903f1beff2 100644
--- a/drivers/staging/unisys/visorchipset/parser.h
+++ b/drivers/staging/unisys/visorchipset/parser.h
@@ -40,7 +40,7 @@ void *parser_param_get(struct parser_context *ctx, char *nam, int namesize);
void *parser_string_get(struct parser_context *ctx);
uuid_le parser_id_get(struct parser_context *ctx);
char *parser_simpleString_get(struct parser_context *ctx);
-void *parser_byteStream_get(struct parser_context *ctx, ulong *nbytes);
+void *parser_byte_stream_get(struct parser_context *ctx, ulong *nbytes);
void parser_done(struct parser_context *ctx);
#endif