aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/libata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index e3f32f3189b..c7b5e661fe5 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -315,11 +315,11 @@ enum {
315 315
316enum hsm_task_states { 316enum hsm_task_states {
317 HSM_ST_IDLE, /* no command on going */ 317 HSM_ST_IDLE, /* no command on going */
318 HSM_ST_FIRST, /* (waiting the device to)
319 write CDB or first data block */
318 HSM_ST, /* (waiting the device to) transfer data */ 320 HSM_ST, /* (waiting the device to) transfer data */
319 HSM_ST_LAST, /* (waiting the device to) complete command */ 321 HSM_ST_LAST, /* (waiting the device to) complete command */
320 HSM_ST_ERR, /* error */ 322 HSM_ST_ERR, /* error */
321 HSM_ST_FIRST, /* (waiting the device to)
322 write CDB or first data block */
323}; 323};
324 324
325enum ata_completion_errors { 325enum ata_completion_errors {