From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753901AbdLSVpd (ORCPT ); Tue, 19 Dec 2017 16:45:33 -0500 Received: from ms.lwn.net ([45.79.88.28]:48768 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753103AbdLSVpa (ORCPT ); Tue, 19 Dec 2017 16:45:30 -0500 Date: Tue, 19 Dec 2017 14:45:28 -0700 From: Jonathan Corbet To: Gergo Huszty Cc: Evgeniy Polyakov , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fixed typo in onewire generic doc Message-ID: <20171219144528.4900f834@lwn.net> In-Reply-To: <20171219213332.4798-1-huszty.gergo@digitaltrip.hu> References: <20171219213332.4798-1-huszty.gergo@digitaltrip.hu> Organization: LWN.net 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, 19 Dec 2017 22:33:32 +0100 Gergo Huszty wrote: > Signed-off-by: Gergo Huszty > --- > Documentation/w1/w1.generic | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/w1/w1.generic b/Documentation/w1/w1.generic > index b3ffaf8cfab2..9e5b542305f0 100644 > --- a/Documentation/w1/w1.generic > +++ b/Documentation/w1/w1.generic > @@ -76,7 +76,7 @@ See struct w1_bus_master definition in w1.h for details. > > w1 master sysfs interface > ------------------------------------------------------------------ > - - A directory for a found device. The format is family-serial > + - A directory for a found device. The format is family-serial > bus - (standard) symlink to the w1 bus > driver - (standard) symlink to the w1 driver > w1_master_add - (rw) manually register a slave device I hate to be picky, but...could I ask you to resubmit this with: - A changelog describing the nature of the problem you're fixing - An added space preserving the alignment of the description with the following lines? Thanks, jon