From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754911AbcD0AMx (ORCPT ); Tue, 26 Apr 2016 20:12:53 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:40238 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753990AbcD0AMv (ORCPT ); Tue, 26 Apr 2016 20:12:51 -0400 Subject: Re: [PATCH v2] Documentation: fix common spelling mistakes To: Kees Cook , "Paul E. McKenney" References: <20160426234121.GA20209@www.outflux.net> Cc: LKML , "linux-doc@vger.kernel.org" From: Randy Dunlap Message-ID: <57200402.6050102@infradead.org> Date: Tue, 26 Apr 2016 17:12:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160426234121.GA20209@www.outflux.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/26/16 16:41, Kees Cook wrote: > This fixes several spelling mistakes in the Documentation/ tree, which > are caught by checkpatch.pl's spell checking. > > Signed-off-by: Kees Cook Acked-by: Randy Dunlap Thanks. > --- > Documentation/ABI/obsolete/sysfs-driver-hid-roccat-savu | 11 ++++++----- > .../ABI/testing/sysfs-bus-event_source-devices-hv_24x7 | 2 +- > Documentation/ABI/testing/sysfs-driver-hid-picolcd | 2 +- > Documentation/ABI/testing/sysfs-firmware-acpi | 2 +- > Documentation/DocBook/media/v4l/controls.xml | 2 +- > Documentation/DocBook/media/v4l/dev-raw-vbi.xml | 2 +- > Documentation/DocBook/media/v4l/vidioc-g-selection.xml | 2 +- > Documentation/RCU/RTFP.txt | 6 +++--- > Documentation/arm/SA1100/Assabet | 2 +- > Documentation/devicetree/bindings/mfd/arizona.txt | 2 +- > Documentation/filesystems/cifs/README | 2 +- > Documentation/filesystems/pohmelfs/design_notes.txt | 2 +- > Documentation/filesystems/qnx6.txt | 2 +- > Documentation/firmware_class/README | 2 +- > Documentation/hwmon/abituguru | 2 +- > Documentation/infiniband/ipoib.txt | 2 +- > Documentation/networking/altera_tse.txt | 2 +- > Documentation/networking/can.txt | 2 +- > Documentation/scsi/bfa.txt | 2 +- > Documentation/timers/hrtimers.txt | 2 +- > Documentation/video4linux/README.cx88 | 2 +- > Documentation/video4linux/bttv/Sound-FAQ | 2 +- > Documentation/vm/hugetlbpage.txt | 2 +- > 23 files changed, 30 insertions(+), 29 deletions(-) -- ~Randy