From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B1AF71BFECD for ; Tue, 18 Apr 2017 11:48:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DFFB38582E for ; Tue, 18 Apr 2017 11:47:32 +0000 (UTC) Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T4k-Cz4Vs2vf for ; Tue, 18 Apr 2017 11:47:32 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4403D856A4 for ; Tue, 18 Apr 2017 11:47:32 +0000 (UTC) Date: Tue, 18 Apr 2017 13:47:23 +0200 From: Greg Kroah-Hartman Subject: Re: [PATCH 15/15] staging: ks7010: rename SDIO files Message-ID: <20170418114723.GA5531@kroah.com> References: <1492475743-25189-1-git-send-email-me@tobin.cc> <1492475743-25189-16-git-send-email-me@tobin.cc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1492475743-25189-16-git-send-email-me@tobin.cc> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: "Tobin C. Harding" Cc: driverdev-devel@linuxdriverproject.org, Wolfram Sang On Tue, Apr 18, 2017 at 10:35:43AM +1000, Tobin C. Harding wrote: > Driver SDIO code is currently in files name ks7010_sdio.[ch]. These > names are not uniform with the rest of the files in this driver. This > driver only covers a single chipset, the file prefix does not add any > extra information. Other in-tree SDIO drivers typically call these > files sdio.[ch]. This is achieved using the following commands. > > $ git mv ks7010_sdio.c sdio.c > $ git mv ks7010_sdio.h sdio.h > > Rename 'ks7010_sdio.c' to 'sdio.c' > Rename 'ks7010_sdio.h' to 'sdio.h' > > Signed-off-by: Tobin C. Harding > --- > drivers/staging/ks7010/Makefile | 2 +- > drivers/staging/ks7010/ks7010_sdio.c | 1079 ---------------------------------- > drivers/staging/ks7010/ks7010_sdio.h | 164 ------ > drivers/staging/ks7010/ks_wlan.h | 2 +- > drivers/staging/ks7010/sdio.c | 1079 ++++++++++++++++++++++++++++++++++ > drivers/staging/ks7010/sdio.h | 164 ++++++ > 6 files changed, 1245 insertions(+), 1245 deletions(-) > delete mode 100644 drivers/staging/ks7010/ks7010_sdio.c > delete mode 100644 drivers/staging/ks7010/ks7010_sdio.h > create mode 100644 drivers/staging/ks7010/sdio.c > create mode 100644 drivers/staging/ks7010/sdio.h Create patches with the -M option in git, which shows files getting renamed and makes a very tiny patch. I'll drop this one from the series and let you fix that up next time. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel