git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
317d961
)
staging: unisys: refactor parser_init_guts()
author
Benjamin Romer
<benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:57:52 +0000
(13:57 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 13:19:16 +0000
(14:19 +0100)
Fix CamelCase names:
isLocal => local
hasStandardPayloadHeader => standard_payload_header
tryAgain => retry
Away => cleanup
Fix spacing after typecasts, add missing braces to the if statement, and
eliminate the NULL comparison by just using the pointer value directly.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found