mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Cosmetics
This commit is contained in:
parent
71a14876e1
commit
ad836d50cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ");
|
||||
|
|
|
|||
Loading…
Reference in a new issue