From: Cristina Opriceana Date: Mon, 16 Mar 2015 19:56:13 +0000 (+0200) Subject: Staging: rtl8192u: Rename struct to avoid CamelCase X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~358 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3962d2af9a173739c6ff41e35954dd6b6867d311;p=pandora-kernel.git Staging: rtl8192u: Rename struct to avoid CamelCase This patch renames struct DRxPathSel to dynamic_rx_path_sel in order to keep the notations consistent and to remove the warning: "CHECK: Avoid CamelCase". Done with coccinelle: @@ @@ struct -DRxPathSel +dynamic_rx_path_sel {...} @@ @@ struct -DRxPathSel +dynamic_rx_path_sel Signed-off-by: Cristina Opriceana Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed