Author: Cristina Opriceana <cristina.opriceana@gmail.com> 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 — drivers/staging/rtl8192u/r8192U_dm.c | 2 +- drivers/staging/rtl8192u/r8192U_dm.h | 4 ++– …