[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130927031654.GB13086@kroah.com>
Date: Thu, 26 Sep 2013 20:16:54 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@...el.com>
Cc: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, Nikhil Rao <nikhil.rao@...el.com>,
Ashutosh Dixit <ashutosh.dixit@...el.com>,
Dasaratharaman Chandramouli
<dasaratharaman.chandramouli@...el.com>,
Harshavardhan R Kharche <harshavardhan.r.kharche@...el.com>,
"Yaozu (Eddie) Dong" <eddie.dong@...el.com>,
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>
Subject: Re: [PATCH CHAR-MISC-NEXT 2/4] Intel MIC Driver Header File Cleanups.
On Thu, Sep 26, 2013 at 06:10:01PM -0700, Sudeep Dutt wrote:
> Dont use same name for header files in different folders.
>
> These changes were suggested by Greg Kroah-Hartman during the
> code review @ https://lkml.org/lkml/2013/9/6/18
>
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@...el.com>
> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@...el.com>
> Signed-off-by: Nikhil Rao <nikhil.rao@...el.com>
> Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche@...el.com>
> Signed-off-by: Sudeep Dutt <sudeep.dutt@...el.com>
> ---
> drivers/misc/mic/card/mic_debugfs.c | 2 +-
> drivers/misc/mic/card/mic_device.c | 2 +-
> drivers/misc/mic/card/mic_virtio.c | 2 +-
> drivers/misc/mic/card/mic_x100.c | 2 +-
> drivers/misc/mic/common/mic_dev.h | 51 ++++++++++++++++++++++++++++++++++++
> drivers/misc/mic/common/mic_device.h | 51 ------------------------------------
> drivers/misc/mic/host/mic_boot.c | 2 +-
> drivers/misc/mic/host/mic_debugfs.c | 2 +-
> drivers/misc/mic/host/mic_fops.c | 2 +-
> drivers/misc/mic/host/mic_intr.c | 2 +-
> drivers/misc/mic/host/mic_main.c | 2 +-
> drivers/misc/mic/host/mic_smpt.c | 2 +-
> drivers/misc/mic/host/mic_sysfs.c | 2 +-
> drivers/misc/mic/host/mic_virtio.c | 2 +-
> drivers/misc/mic/host/mic_x100.c | 2 +-
> 15 files changed, 64 insertions(+), 64 deletions(-)
> create mode 100644 drivers/misc/mic/common/mic_dev.h
> delete mode 100644 drivers/misc/mic/common/mic_device.h
git should have shown this file being renamed, not added/removed.
Please use the -M option to it when generating patches so it will do the
right thing here.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists