From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id ECE7E1C0539 for ; Thu, 26 Apr 2018 08:33:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E717122181 for ; Thu, 26 Apr 2018 08:33:14 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xW5BNUN-eKyH for ; Thu, 26 Apr 2018 08:33:14 +0000 (UTC) Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by silver.osuosl.org (Postfix) with ESMTPS id 2309522157 for ; Thu, 26 Apr 2018 08:33:14 +0000 (UTC) Received: by mail-wr0-f194.google.com with SMTP id h3-v6so55868183wrh.5 for ; Thu, 26 Apr 2018 01:33:14 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH 0/4] staging: ks7010: next cleanups Date: Thu, 26 Apr 2018 10:33:05 +0200 Message-Id: <1524731589-8628-1-git-send-email-sergio.paracuellos@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: gregkh@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org, wsa@the-dreams.de 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