diff options
author | Cristina Opriceana <cristina.opriceana@gmail.com> | 2015-03-16 21:56:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-18 10:32:39 +0100 |
commit | 3962d2af9a173739c6ff41e35954dd6b6867d311 (patch) | |
tree | b5bb4c740ca9bd813516293a8438b71a95875e90 /block/blk-softirq.c | |
parent | 70dada1a055e91802675ecd2eeb07abec8948027 (diff) | |
download | blackbird-obmc-linux-3962d2af9a173739c6ff41e35954dd6b6867d311.tar.gz blackbird-obmc-linux-3962d2af9a173739c6ff41e35954dd6b6867d311.zip |
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 <cristina.opriceana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/blk-softirq.c')
0 files changed, 0 insertions, 0 deletions