From: Benjamin Romer Date: Mon, 16 Mar 2015 17:58:31 +0000 (-0400) Subject: staging: unisys: refactor handle_command() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818352a8521d2b2458d7147662736f1406061d18;p=pandora-kernel.git staging: unisys: refactor handle_command() First, fix the CamelCase local variable names: parametersAddr => parm_addr parametersBytes => parm_bytes isLocalAddr => local_addr Change the type of local_addr to bool instead of using the #defined type. Update all references to use the fixed names. Fix the indentation of that line that's over the 80 column limit. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed