From 9fb4be152b01dda3a221bf5e015dc3ee76378896 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 23 Jul 2024 01:28:26 +0200 Subject: include: linux: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- include/linux/mtd/flashchip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux/mtd/flashchip.h') 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__ */ -- cgit v1.2.3