All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: ks7010: next cleanups
@ 2018-04-26  8:33 Sergio Paracuellos
  2018-04-26  8:33 ` [PATCH 1/4] staging: ks7010: add SPDX identifiers to all files Sergio Paracuellos
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergio Paracuellos @ 2018-04-26  8:33 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

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@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-26  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  8:33 [PATCH 0/4] staging: ks7010: next cleanups Sergio Paracuellos
2018-04-26  8:33 ` [PATCH 1/4] staging: ks7010: add SPDX identifiers to all files Sergio Paracuellos
2018-04-26  8:33 ` [PATCH 2/4] staging: ks7010: move tx and rx queues definitions into ks_wlan.h header Sergio Paracuellos
2018-04-26  8:33 ` [PATCH 3/4] staging: ks7010: avoid ks_sdio_card dependency in ks_wlan header Sergio Paracuellos
2018-04-26  8:33 ` [PATCH 4/4] staging: ks7010: change netdev_dbg msg to avoid a long line Sergio Paracuellos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.