From: Xenia Ragiadakou Date: Tue, 18 Jun 2013 02:29:40 +0000 (+0300) Subject: staging: rtl8192u: rename *BitMask variables in r819xU_phy.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f66ddb5f7e30cb91e0ba44a2307768c2eacff68;p=pandora-kernel.git staging: rtl8192u: rename *BitMask variables in r819xU_phy.c This patch renames BitMask and dwBitMask variables into bitmask to remove camel case. dwBitMask in the given context can be renamed into simply bitmask since its number of bits (dw->32) can be deduced by its type which is u32. Signed-off-by: Xenia Ragiadakou Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed