diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index b7488a31e320..890262f44d0a 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -150,7 +150,7 @@ enum { | |||
150 | ATA_FLAG_DEBUGMSG = (1 << 17), | 150 | ATA_FLAG_DEBUGMSG = (1 << 17), |
151 | ATA_FLAG_FLUSH_PORT_TASK = (1 << 18), /* flush port task */ | 151 | ATA_FLAG_FLUSH_PORT_TASK = (1 << 18), /* flush port task */ |
152 | 152 | ||
153 | ATA_FLAG_PORT_DISABLED = (1 << 19), /* port is disabled, ignore it */ | 153 | ATA_FLAG_DISABLED = (1 << 19), /* port is disabled, ignore it */ |
154 | ATA_FLAG_SUSPENDED = (1 << 20), /* port is suspended */ | 154 | ATA_FLAG_SUSPENDED = (1 << 20), /* port is suspended */ |
155 | 155 | ||
156 | /* bits 24:31 of ap->flags are reserved for LLDD specific flags */ | 156 | /* bits 24:31 of ap->flags are reserved for LLDD specific flags */ |