From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965624AbcBBT13 (ORCPT ); Tue, 2 Feb 2016 14:27:29 -0500 Received: from tex.lwn.net ([70.33.254.29]:37005 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753613AbcBBT12 (ORCPT ); Tue, 2 Feb 2016 14:27:28 -0500 Date: Tue, 2 Feb 2016 12:27:20 -0700 From: Jonathan Corbet To: Masanari Iida Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml Message-ID: <20160202122720.76bb700d@lwn.net> In-Reply-To: <1454419866-6010-1-git-send-email-standby24x7@gmail.com> References: <1454419866-6010-1-git-send-email-standby24x7@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; 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, 2 Feb 2016 22:31:06 +0900 Masanari Iida wrote: > This patch fix spelling typos found in DocBook/filesystem.xml. > It is because the file was generated from comments in code, > I have to fix the comments in codes, instead of xml file. As Randy said, "tradeoff" is fine. This should probably go to Al Viro, though, for merging via his VFS tree. Thanks, jon