Actions
Bug #13947
closedTypo in scsi_hba_attach_setup(9F)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
In scsi_hba_attach_setup(9F)
, there is the following:
When operating with the flag
.Dv SCSI_HBA_ADDR COMPLEX ,
the driver may associate private data with the
.Xr scsi_device 9S
structure.
That should be .Dv SCSI_HBA_ADDR_COMPLEX
to match the actual preprocessor symbol.
Updated by Robert Mustacchi 10 months ago
- Assignee set to Robert Mustacchi
- % Done changed from 0 to 80
Updated by Robert Mustacchi 10 months ago
Tested this by verifying the output in man(1).
Updated by Electric Monk 10 months ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 41de07bd56f0c6833f260525e40c1f1bf295e9b2
commit 41de07bd56f0c6833f260525e40c1f1bf295e9b2 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2021-08-04T15:42:01.000Z 13947 Typo in scsi_hba_attach_setup(9F) Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions