summaryrefslogtreecommitdiff
path: root/include/linux/mtd/flashchip.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-23 01:28:26 +0200
committerTom Rini <trini@konsulko.com>2024-07-29 15:01:04 -0600
commit9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch)
tree3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/mtd/flashchip.h
parentb66890164811318ddc4d824cafb5c2d3891cd164 (diff)
include: linux: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/linux/mtd/flashchip.h')
-rw-r--r--include/linux/mtd/flashchip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/flashchip.h b/include/linux/mtd/flashchip.h
index 265e89f02b6..00278da3c20 100644
--- a/include/linux/mtd/flashchip.h
+++ b/include/linux/mtd/flashchip.h
@@ -51,7 +51,6 @@ typedef enum {
FL_UNKNOWN
} flstate_t;
-
/* NOTE: confusingly, this can be used to refer to more than one chip at a time,
if they're interleaved. This can even refer to individual partitions on
the same physical chip when present. */
@@ -98,5 +97,4 @@ struct flchip_shared {
struct flchip *erasing;
};
-
#endif /* __MTD_FLASHCHIP_H__ */