From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754664AbcIUAIZ (ORCPT ); Tue, 20 Sep 2016 20:08:25 -0400 Received: from tex.lwn.net ([70.33.254.29]:40639 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187AbcIUAIX (ORCPT ); Tue, 20 Sep 2016 20:08:23 -0400 Date: Tue, 20 Sep 2016 18:08:21 -0600 From: Jonathan Corbet To: Masanari Iida Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, rdunlap@infradead.org Subject: Re: [PATCH] [linux-next] Fix double word "the the" in Doc/filesystems Message-ID: <20160920180821.328117cf@lwn.net> In-Reply-To: <20160920034959.19458-1-standby24x7@gmail.com> References: <20160920034959.19458-1-standby24x7@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Sep 2016 12:49:59 +0900 Masanari Iida wrote: > This patch fix typos "the the" found in Documentation/filesystems. So this patch doesn't apply. > Signed-off-by: Masanari Iida > --- > Documentation/filesystems/autofs4-mount-control.txt | 10 +++++----- In particular, this one fails. Which is weird, since that file hasn't been modified since 2014...which kernel version was this done against? Can you please retry with a current kernel? > Documentation/filesystems/directory-locking | 2 +- > Documentation/filesystems/overlayfs.txt | 2 +- > 3 files changed, 7 insertions(+), 7 deletions(-) Thanks, jon