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:
parent
48e8148552
commit
5e790610bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user