diff options
| author | Marek Vasut <[email protected]> | 2024-07-23 01:28:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-29 15:01:04 -0600 |
| commit | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch) | |
| tree | cce8ae95fef0efc70c6ee256b3f007951aaec56f /include/ata.h | |
| parent | a1af57b70ad14fc490b5227d11c0edd954a81978 (diff) | |
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/ata.h')
| -rw-r--r-- | include/ata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ata.h b/include/ata.h index a7bcee6a64c..57be0e87617 100644 --- a/include/ata.h +++ b/include/ata.h @@ -73,7 +73,6 @@ #define ATAPI_CMD_START_STOP 0x1B #define ATAPI_CMD_READ_12 0xA8 - #define ATA_GET_ERR() inb(ATA_STATUS) #define ATA_GET_STAT() inb(ATA_STATUS) #define ATA_OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good)) @@ -189,7 +188,6 @@ typedef struct hd_driveid { unsigned short words164_255[92];/* reserved words 164-255 */ } hd_driveid_t; - /* * PIO Mode Configuration * |
