[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160517135027.GB18227@kroah.com>
Date: Tue, 17 May 2016 06:50:27 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: David Kershner <david.kershner@...sys.com>
Cc: corbet@....net, tglx@...utronix.de, mingo@...hat.com,
hpa@...or.com, erik.arfvidson@...sys.com, timothy.sell@...sys.com,
hofrat@...dl.org, dzickus@...hat.com, jes.sorensen@...hat.com,
alexander.curtin@...sys.com, janani.rvchndrn@...il.com,
sudipm.mukherjee@...il.com, prarit@...hat.com,
david.binder@...sys.com, nhorman@...hat.com,
dan.j.williams@...el.com, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, driverdev-devel@...uxdriverproject.org,
sparmaintainer@...sys.com
Subject: Re: [PATCH 3/5] Documentation: Move visorbus documentation from
staging to Documentation/
On Tue, May 17, 2016 at 03:27:59AM -0400, David Kershner wrote:
> This patch simple does a git mv of the
> drivers/staging/unisys/Documentation directory to Documentation. Renames
> overview.txt to visorbus.txt and renames sysfs-platform-visorchipset to
> the correct name sysfs-bus-visorbus.
>
> Signed-off-by: David Kershner <david.kershner@...sys.com>
> ---
> Documentation/ABI/stable/sysfs-bus-visorbus | 89 ++++++
> Documentation/visorbus.txt | 337 +++++++++++++++++++++
> .../Documentation/ABI/sysfs-platform-visorchipset | 89 ------
> drivers/staging/unisys/Documentation/overview.txt | 337 ---------------------
> 4 files changed, 426 insertions(+), 426 deletions(-)
> create mode 100644 Documentation/ABI/stable/sysfs-bus-visorbus
> create mode 100644 Documentation/visorbus.txt
> delete mode 100644 drivers/staging/unisys/Documentation/ABI/sysfs-platform-visorchipset
> delete mode 100644 drivers/staging/unisys/Documentation/overview.txt
Always create patches with -M so that they are tiny and we can see you
are moving files around, not deleting and adding them.
thanks,
greg k-h
Powered by blists - more mailing lists