From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> This patch series contains changes to address some of the review comments received during full driver review [1]. Mainly the changes are related to files rename and comments formatting. 1. https://www.spinics.net/lists/linux-wireless/msg191489.html Ajay Singh (6): staging: wilc1000: avoid 'bool' datatype in struct sent to firmware staging: wilc1000: remove 'wilc_' prefix from filenames staging: wilc1000: added 'WILC_' prefix in header guard macro staging: wilc1000: avoid use of C++ style comments staging: wilc1000: added proper spacing for comments staging: wilc1000: use defines for msg types received from firmware drivers/staging/wilc1000/Makefile | 8 ++--- .../{wilc_wfi_cfgoperations.c => cfg80211.c} | 2 +- .../{wilc_wfi_cfgoperations.h => cfg80211.h} | 6 ++-- .../staging/wilc1000/{wilc_hif.c => hif.c} | 10 ++++--- .../staging/wilc1000/{wilc_hif.h => hif.h} | 6 ++-- .../staging/wilc1000/{wilc_mon.c => mon.c} | 4 +-- .../wilc1000/{wilc_netdev.c => netdev.c} | 4 +-- .../{wilc_wfi_netdevice.h => netdev.h} | 29 +++++++++++------- .../staging/wilc1000/{wilc_sdio.c => sdio.c} | 4 +-- .../staging/wilc1000/{wilc_spi.c => spi.c} | 4 +-- .../staging/wilc1000/{wilc_wlan.c => wlan.c} | 4 +-- .../staging/wilc1000/{wilc_wlan.h => wlan.h} | 2 +- .../wilc1000/{wilc_wlan_cfg.c => wlan_cfg.c} | 30 +++++++++---------- .../wilc1000/{wilc_wlan_cfg.h => wlan_cfg.h} | 0 .../wilc1000/{wilc_wlan_if.h => wlan_if.h} | 8 ++--- 15 files changed, 65 insertions(+), 56 deletions(-) rename drivers/staging/wilc1000/{wilc_wfi_cfgoperations.c => cfg80211.c} (99%) rename drivers/staging/wilc1000/{wilc_wfi_cfgoperations.h => cfg80211.h} (92%) rename drivers/staging/wilc1000/{wilc_hif.c => hif.c} (99%) rename drivers/staging/wilc1000/{wilc_hif.h => hif.h} (99%) rename drivers/staging/wilc1000/{wilc_mon.c => mon.c} (98%) rename drivers/staging/wilc1000/{wilc_netdev.c => netdev.c} (99%) rename drivers/staging/wilc1000/{wilc_wfi_netdevice.h => netdev.h} (95%) rename drivers/staging/wilc1000/{wilc_sdio.c => sdio.c} (99%) rename drivers/staging/wilc1000/{wilc_spi.c => spi.c} (99%) rename drivers/staging/wilc1000/{wilc_wlan.c => wlan.c} (99%) rename drivers/staging/wilc1000/{wilc_wlan.h => wlan.h} (99%) rename drivers/staging/wilc1000/{wilc_wlan_cfg.c => wlan_cfg.c} (94%) rename drivers/staging/wilc1000/{wilc_wlan_cfg.h => wlan_cfg.h} (100%) rename drivers/staging/wilc1000/{wilc_wlan_if.h => wlan_if.h} (99%) -- 2.22.0