From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753867AbaBRW6j (ORCPT ); Tue, 18 Feb 2014 17:58:39 -0500 Received: from merlin.infradead.org ([205.233.59.134]:38942 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914AbaBRW6f (ORCPT ); Tue, 18 Feb 2014 17:58:35 -0500 Message-ID: <5303E59A.8010809@infradead.org> Date: Tue, 18 Feb 2014 14:58:34 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Masanari Iida , linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] [trivial] treewide: Fix typo in Documentation/DocBook References: <1392731676-18391-1-git-send-email-standby24x7@gmail.com> In-Reply-To: <1392731676-18391-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/18/14 05:54, Masanari Iida wrote: > This patch fix spelling typo in Documentation/DocBook. > It is because .html and .xml files are generated by make htmldocs, > I have to fix a typo within the source files. > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > arch/s390/include/asm/cio.h | 2 +- > block/blk-core.c | 2 +- > block/blk-map.c | 2 +- > drivers/ata/libata-core.c | 4 ++-- > drivers/base/bus.c | 2 +- > drivers/gpu/drm/drm_crtc_helper.c | 2 +- > drivers/input/sparse-keymap.c | 2 +- > drivers/regulator/core.c | 2 +- > drivers/scsi/scsi_transport_iscsi.c | 6 +++--- > drivers/usb/core/message.c | 2 +- > drivers/usb/core/urb.c | 2 +- > fs/buffer.c | 2 +- > fs/debugfs/inode.c | 6 +++--- > include/drm/drm_fb_helper.h | 2 +- > include/linux/hsi/hsi.h | 2 +- > include/linux/i2c.h | 2 +- > include/linux/kfifo.h | 2 +- > include/linux/pipe_fs_i.h | 2 +- > include/linux/skbuff.h | 2 +- > include/linux/spi/spi.h | 8 ++++---- > include/linux/usb/composite.h | 2 +- > include/linux/usb/gadget.h | 2 +- > include/net/mac80211.h | 6 +++--- > ipc/util.c | 6 +++--- > kernel/relay.c | 2 +- > kernel/signal.c | 2 +- > net/core/dev.c | 2 +- > 27 files changed, 39 insertions(+), 39 deletions(-) -- ~Randy