public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-mtd@lists.infradead.org, Pekon Gupta <pekon@ti.com>
Subject: Re: [PATCH v3 1/3] mtd: Add sysfs attributes to expose the ECC stats fields
Date: Tue, 8 Jul 2014 18:36:23 -0700	[thread overview]
Message-ID: <20140709013623.GE7537@ld-irv-0074> (raw)
In-Reply-To: <1403618152-4515-2-git-send-email-ezequiel.garcia@free-electrons.com>

On Tue, Jun 24, 2014 at 10:55:50AM -0300, Ezequiel Garcia wrote:
> These new sysfs device attributes allows to retrieve the ECC
> and bad block stats by poking a sysfs file, which is often more convenient
> than using the ioctl.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  Documentation/ABI/testing/sysfs-class-mtd | 38 ++++++++++++++++++++++++++
>  drivers/mtd/mtdcore.c                     | 45 +++++++++++++++++++++++++++++++
>  2 files changed, 83 insertions(+)

I'm squashing in the following diff:

diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index 66d5206df742..76ee192f80a0 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -191,7 +191,7 @@ KernelVersion:	3.17
 Contact:	linux-mtd@lists.infradead.org
 Description:
 		The number of failures reported by this device's ECC. Typically,
-		this failures are associated to failed read operations.
+		these failures are associated with failed read operations.
 
 		It will always be a non-negative integer.  In the case of
 		devices lacking any ECC capability, it is 0.
@@ -212,7 +212,7 @@ Date:		June 2014
 KernelVersion:	3.17
 Contact:	linux-mtd@lists.infradead.org
 Description:
-		The number of blocks marked as bad, is any, in this partition.
+		The number of blocks marked as bad, if any, in this partition.
 
 What:		/sys/class/mtd/mtdX/bbt_blocks
 Date:		June 2014
@@ -221,4 +221,4 @@ Contact:	linux-mtd@lists.infradead.org
 Description:
 		The number of blocks that are marked as reserved, if any, in
 		this partition. These are typically used to store the in-flash
-		bad block table.
+		bad block table (BBT).

  reply	other threads:[~2014-07-09  1:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24 13:55 [PATCH v3 0/3] mtd: Add sysfs entries and account BBT blocks properly Ezequiel Garcia
2014-06-24 13:55 ` [PATCH v3 1/3] mtd: Add sysfs attributes to expose the ECC stats fields Ezequiel Garcia
2014-07-09  1:36   ` Brian Norris [this message]
2014-06-24 13:55 ` [PATCH v3 2/3] mtd: Introduce mtd_block_isreserved() Ezequiel Garcia
2014-06-24 13:55 ` [PATCH v3 3/3] mtd: Account for BBT blocks when a partition is being allocated Ezequiel Garcia
2014-07-01 10:32 ` [PATCH v3 0/3] mtd: Add sysfs entries and account BBT blocks properly Gupta, Pekon
2014-07-09  1:43 ` Brian Norris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140709013623.GE7537@ld-irv-0074 \
    --to=computersforpeace@gmail.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=pekon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox