This series continues with driver cleanups. Some code has been moved to more proper files and ks7010_sdio.h header is not needed anymore so it has been deleted. This series also include SPDX identifier changes in '.c' files where the style was using '/**/' comments instead of '//' which is the one correct as it is described in documentation. Sergio Paracuellos (4): staging: ks7010: add SPDX identifiers to all files staging: ks7010: move tx and rx queues definitions into ks_wlan.h header staging: ks7010: avoid ks_sdio_card dependency in ks_wlan header staging: ks7010: change netdev_dbg msg to avoid a long line drivers/staging/ks7010/ks7010_sdio.c | 99 +++++++++++----------------- drivers/staging/ks7010/ks7010_sdio.h | 88 ------------------------- drivers/staging/ks7010/ks_hostif.c | 5 +- drivers/staging/ks7010/ks_hostif.h | 5 +- drivers/staging/ks7010/ks_wlan.h | 117 +++++++++++++++++++++++++++++++-- drivers/staging/ks7010/ks_wlan_ioctl.h | 5 +- drivers/staging/ks7010/ks_wlan_net.c | 5 +- drivers/staging/ks7010/michael_mic.c | 5 +- drivers/staging/ks7010/michael_mic.h | 5 +- 9 files changed, 154 insertions(+), 180 deletions(-) delete mode 100644 drivers/staging/ks7010/ks7010_sdio.h -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel