diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 08:04:33 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 08:13:59 +0000 |
| commit | 456b2bb97e1153ca81a15d51200ebbd1f19a643a (patch) | |
| tree | da4d04ba2c71cd952cfe33a731a477f1d3d3bbb4 /sys | |
| parent | c8c1c23a8c9d0c4e7816dbe7e6a82673e0abf3ef (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/scsi/scsi_ses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h index 8a1c7118f99a..1ee3e12381f3 100644 --- a/sys/cam/scsi/scsi_ses.h +++ b/sys/cam/scsi/scsi_ses.h @@ -2456,7 +2456,7 @@ int ses_elm_sas_descr_type(union ses_elm_sas_hdr *); * This structure for SPSP_PROTO_ATA is not defined by SES specs, * but purely my own design to make AHCI EM interoperate with SES. * Since no other software I know can talk to SEMB, and we do not - * expose this this outside, it should be safe to do what we want. + * expose this outside, it should be safe to do what we want. */ struct ses_elm_ata_hdr { uint8_t bus[4]; |
