diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
commit | f1aa32d65d31c8f8a43617e724495d0aad011620 (patch) | |
tree | a48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/mtd/nand/raw/omap_elm.h | |
parent | 9b186f68afbf0d08bc5108108c8748b4b0511aee (diff) | |
parent | f553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff) |
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/mtd/nand/raw/omap_elm.h')
-rw-r--r-- | drivers/mtd/nand/raw/omap_elm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/omap_elm.h b/drivers/mtd/nand/raw/omap_elm.h index f3db00d55de..65d07065111 100644 --- a/drivers/mtd/nand/raw/omap_elm.h +++ b/drivers/mtd/nand/raw/omap_elm.h @@ -34,7 +34,6 @@ enum bch_level { BCH_16_BIT }; - /* BCH syndrome registers */ struct syndrome { u32 syndrome_fragment_x[7]; /* 0x400, 0x404.... 0x418 */ |