From: Xenia Ragiadakou Date: Tue, 18 Jun 2013 02:29:39 +0000 (+0300) Subject: staging: rtl8192u: replace *Value variables in r819xU_phy.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ecbbf1a39dfa75712367c14beb1033062c47f8;p=pandora-kernel.git staging: rtl8192u: replace *Value variables in r819xU_phy.c This patch renames the variables OriginalValue, NewValue, Original_Value, New_Value and retValue to reg, and the variables bRegValue and dwRegValue to reg_u8 and reg_u32, respectively. This is done primarily in order to reduce the variable name length and consequently line length. Also, it replaces the pair of Original and New variables with one variable. Signed-off-by: Xenia Ragiadakou Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed