From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lpp01m010-f49.google.com ([209.85.215.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RW2Kb-0001YY-Og for linux-mtd@lists.infradead.org; Thu, 01 Dec 2011 08:49:26 +0000 Received: by lagu2 with SMTP id u2so786973lag.36 for ; Thu, 01 Dec 2011 00:49:24 -0800 (PST) Subject: Re: [PATCH 1/5] mtd api changed to return bitflips on read operations From: Artem Bityutskiy To: Mike Dunn Date: Thu, 01 Dec 2011 10:49:20 +0200 In-Reply-To: <1322528477-19666-1-git-send-email-mikedunn@newsguy.com> References: <1322528477-19666-1-git-send-email-mikedunn@newsguy.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1322729362.2332.15.camel@koala> Mime-Version: 1.0 Cc: Artem Bityutskiy , Lars-Peter Clausen , Jamie Iles , Scott Branden , Wan ZongShun , Dmitry Eremin-Solenikov , David Woodhouse , Andres Salomon , Kyungmin Park , Haojian Zhuang , Manuel Lauss , linux-mtd@lists.infradead.org, Ralf Baechle , Jiandong Zheng , Sukumar Ghorai , Olof Johansson , Vimal Singh , Brian Norris , Robert Jarzmik Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, thanks you, a nit-pick below. On Mon, 2011-11-28 at 17:01 -0800, Mike Dunn wrote: > * @datbuf: data buffer - if NULL only oob data are read/written > * @oobbuf: oob data buffer > + * @max_bitflips: for read operations, greatest number of bit errors corrected > + * on any one minimum i/o unit (e.g., nand page) > + * (value returned to caller by the driver) > * Could you please make this change in the comment: s/greatest/maximum/ - I find it easier to understand that way and it is more consistent with the variable name. Artem.