diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch) | |
tree | 3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/edd.h | |
parent | b66890164811318ddc4d824cafb5c2d3891cd164 (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/edd.h')
-rw-r--r-- | include/linux/edd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/edd.h b/include/linux/edd.h index 992ce7cf9f2..904e3d218d2 100644 --- a/include/linux/edd.h +++ b/include/linux/edd.h @@ -35,7 +35,6 @@ #define EDDMAGIC1 0x55AA #define EDDMAGIC2 0xAA55 - #define READ_SECTORS 0x02 /* int13 AH=0x02 is READ_SECTORS command */ #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */ #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */ |