Cosmetics

This commit is contained in:
Søren Schmidt 2004-01-21 21:31:19 +00:00
parent 71a14876e1
commit ad836d50cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124814

View File

@ -155,7 +155,7 @@ cap_print(struct ata_params *parm)
printf("\n");
printf("dma%ssupported\n",
parm->capabilities1 & ATA_SUPPORT_DMA ? " " : " not");
parm->capabilities1 & ATA_SUPPORT_DMA ? " " : " not ");
printf("overlap%ssupported\n",
parm->capabilities1 & ATA_SUPPORT_OVERLAP ? " " : " not ");