From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1brtvO-0004F3-C3 for linux-mtd@lists.infradead.org; Wed, 05 Oct 2016 21:40:27 +0000 Received: by mail-oi0-x243.google.com with SMTP id h186so49855oia.3 for ; Wed, 05 Oct 2016 14:40:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Richard Weinberger Date: Wed, 5 Oct 2016 23:40:04 +0200 Message-ID: Subject: Re: [PATCH 01/15 v2] UBIFS: improve function-level documentation To: Julia Lawall Cc: Richard Weinberger , "kernel-janitors@vger.kernel.org" , Artem Bityutskiy , Adrian Hunter , "linux-mtd@lists.infradead.org" , LKML Content-Type: text/plain; charset=UTF-8 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Oct 1, 2016 at 10:53 PM, Julia Lawall wrote: > Fix various inconsistencies in the documentation associated with various > functions. > > In the case of fs/ubifs/lprops.c, the second parameter of > ubifs_get_lp_stats was renamed from st to lst in commit 84abf972ccff > ("UBIFS: add re-mount debugging checks") > > In the case of fs/ubifs/lpt_commit.c, the excess variables have never > existed in the associated functions since the code was introduced into the > kernel. > > The others appear to be straightforward typos. > > Issues detected using Coccinelle (http://coccinelle.lip6.fr/) > > Signed-off-by: Julia Lawall Applied, thanks. -- Thanks, //richard