From: Benjamin Romer Date: Mon, 16 Mar 2015 17:57:52 +0000 (-0400) Subject: staging: unisys: refactor parser_init_guts() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e81485527612dbab926ab6e4fc73770f856f56;p=pandora-kernel.git staging: unisys: refactor parser_init_guts() 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed