From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755146AbcEQNuo (ORCPT ); Tue, 17 May 2016 09:50:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52005 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750875AbcEQNul (ORCPT ); Tue, 17 May 2016 09:50:41 -0400 Date: Tue, 17 May 2016 06:50:27 -0700 From: Greg KH To: David Kershner Cc: corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, erik.arfvidson@unisys.com, timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com, jes.sorensen@redhat.com, alexander.curtin@unisys.com, janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com, prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com Subject: Re: [PATCH 3/5] Documentation: Move visorbus documentation from staging to Documentation/ Message-ID: <20160517135027.GB18227@kroah.com> References: <1463470081-24223-1-git-send-email-david.kershner@unisys.com> <1463470081-24223-4-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463470081-24223-4-git-send-email-david.kershner@unisys.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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