From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750929AbcHHEuf (ORCPT ); Mon, 8 Aug 2016 00:50:35 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:51396 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbcHHEue (ORCPT ); Mon, 8 Aug 2016 00:50:34 -0400 Subject: Re: [PATCH] treewide: fix a bunch of typos (part 2) To: Masahiro Yamada , linux-kernel@vger.kernel.org, Linus Torvalds References: <1470578183-25857-1-git-send-email-yamada.masahiro@socionext.com> Cc: Andrew Morton From: Randy Dunlap Message-ID: <52c96369-df15-5814-52e1-8121a4532695@infradead.org> Date: Sun, 7 Aug 2016 21:50:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <1470578183-25857-1-git-send-email-yamada.masahiro@socionext.com> 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 08/07/16 06:56, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada ipc/ : all OK kernel/ : all OK lib/ : all OK scripts/ : all OK security/ : all OK tools/ : all OK block/ comments (otherwise all OK): --- a/block/scsi_ioctl.c +++ b/block/scsi_ioctl.c @@ -468,7 +468,7 @@ int sg_scsi_ioctl(struct request_queue *q, struct gendisk *disk, fmode_t mode, if (err) goto error; - /* default. possible overriden later */ + /* default. possible overridden later */ * possibly fs/ comments (otherwise all OK): --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c * There are two cases: - * a> the extent are splitted into two extent. + * a> the extent are split into two extent. * into two extents. mm/ comment (otherwise all OK): --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5790,7 +5790,7 @@ static unsigned long __paginginit calc_memmap_size(unsigned long spanned_pages, * the zone and SPARSEMEM is in use. If there are holes within the * zone, each populated memory region may cost us one or two extra * memmap pages due to alignment because memmap pages for each - * populated regions may not naturally algined on page boundary. + * populated regions may not naturally aligned on page boundary. * may not be naturally aligned net/ comment (otherwise all OK): --- a/net/sctp/transport.c +++ b/net/sctp/transport.c @@ -630,9 +630,7 @@ void sctp_transport_reset(struct sctp_transport *t) t->srtt = 0; t->rttvar = 0; - /* Reset these additional varibles so that we have a clean - * slate. - */ + /* Reset these additional variables so that we have a clean state. */ * Nothing wrong with original comment. sound/ comments (otherwise all OK): --- a/sound/soc/soc-ac97.c +++ b/sound/soc/soc-ac97.c @@ -169,7 +169,7 @@ static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97) * snd_soc_alloc_ac97_codec() - Allocate new a AC'97 device * @codec: The CODEC for which to create the AC'97 device * - * Allocated a new snd_ac97 device and intializes it, but does not yet register + * Allocated a new snd_ac97 device and initializes it, but does not yet register * Allocates --- That covers everything except arch/ and drivers/. -- ~Randy