staging: unisys: fix CamelCase names in parser_init()

Fix CamelCase names:
isLocal => local
tryAgain => retry

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Benjamin Romer 2015-03-16 13:57:53 -04:00 committed by Greg Kroah-Hartman
parent 48e8148552
commit 5e790610bc

View File

@ -135,9 +135,9 @@ cleanup:
}
struct parser_context *
parser_init(u64 addr, u32 bytes, BOOL isLocal, BOOL *tryAgain)
parser_init(u64 addr, u32 bytes, BOOL local, BOOL *retry)
{
return parser_init_guts(addr, bytes, isLocal, TRUE, tryAgain);
return parser_init_guts(addr, bytes, local, TRUE, retry);
}
/* Call this instead of parser_init() if the payload area consists of just