aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/ahci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 4356ef1d28a8..6712570a8816 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -384,7 +384,7 @@ extern struct device_attribute *ahci_sdev_attrs[];
384 */ 384 */
385#define AHCI_SHT(drv_name) \ 385#define AHCI_SHT(drv_name) \
386 ATA_NCQ_SHT(drv_name), \ 386 ATA_NCQ_SHT(drv_name), \
387 .can_queue = AHCI_MAX_CMDS - 1, \ 387 .can_queue = AHCI_MAX_CMDS, \
388 .sg_tablesize = AHCI_MAX_SG, \ 388 .sg_tablesize = AHCI_MAX_SG, \
389 .dma_boundary = AHCI_DMA_BOUNDARY, \ 389 .dma_boundary = AHCI_DMA_BOUNDARY, \
390 .shost_attrs = ahci_shost_attrs, \ 390 .shost_attrs = ahci_shost_attrs, \