mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a minor typo (Seiral)
PR: 216095 Reported by: <bltsrc at mail.ru>
This commit is contained in:
parent
a8d1e02f85
commit
e22c3fc79c
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ struct atapi_sense {
|
|||
#define ATA_IDL_ATA_STRINGS 0x05 /* ATA Strings */
|
||||
#define ATA_IDL_SECURITY 0x06 /* Security */
|
||||
#define ATA_IDL_PARALLEL_ATA 0x07 /* Parallel ATA */
|
||||
#define ATA_IDL_SERIAL_ATA 0x08 /* Seiral ATA */
|
||||
#define ATA_IDL_SERIAL_ATA 0x08 /* Serial ATA */
|
||||
#define ATA_IDL_ZDI 0x09 /* Zoned Device Information */
|
||||
|
||||
struct ata_gp_log_dir {
|
||||
|
|
|
|||
Loading…
Reference in a new issue