aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorAmir Mahdi Ghorbanian <indigoomega021@gmail.com>2020-01-02 12:10:08 -0500
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-01-09 20:08:15 +0100
commit44f45994f438b4f4e0ba977b173980268983c60f (patch)
treee058a20778bf6734294e79e2f566d5917973a4e1 /include/linux/mtd
parentmtd: cadence: Fix cast to pointer from integer of different size warning (diff)
downloadwireguard-linux-44f45994f438b4f4e0ba977b173980268983c60f.tar.xz
wireguard-linux-44f45994f438b4f4e0ba977b173980268983c60f.zip
mtd: onenand: omap2: Fix errors in style
Correct mispelling, spacing, and coding style flaws caught by checkpatch.pl script in the Omap2 Onenand driver . Signed-off-by: Amir Mahdi Ghorbanian <indigoomega021@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/flashchip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/flashchip.h b/include/linux/mtd/flashchip.h
index ecc88a41792a..c04f690871ca 100644
--- a/include/linux/mtd/flashchip.h
+++ b/include/linux/mtd/flashchip.h
@@ -40,7 +40,7 @@ typedef enum {
FL_READING,
FL_CACHEDPRG,
/* These 4 come from onenand_state_t, which has been unified here */
- FL_RESETING,
+ FL_RESETTING,
FL_OTPING,
FL_PREPARING_ERASE,
FL_VERIFYING_ERASE,