diff options
| author | Tom Rini <[email protected]> | 2024-07-29 15:01:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-29 15:01:36 -0600 |
| commit | c0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch) | |
| tree | 302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/linux/mtd/flashchip.h | |
| parent | 9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff) | |
| parent | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff) | |
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
Diffstat (limited to 'include/linux/mtd/flashchip.h')
| -rw-r--r-- | include/linux/mtd/flashchip.h | 2 |
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__ */ |
