git: 9cc816c255df - main - Fix typo in da flags reporting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 17:47:53 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=9cc816c255df15ebd43e6ab3c29e0af59b741e85
commit 9cc816c255df15ebd43e6ab3c29e0af59b741e85
Author: Dan Kotowski <dan.kotowski_a9development.com>
AuthorDate: 2024-02-13 17:42:13 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-13 17:44:59 +0000
Fix typo in da flags reporting
ANNOUCNED -> ANNOUNCED
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D41948
---
sys/cam/scsi/scsi_da.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 35bfd096f3e1..d578e4ccb712 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -137,7 +137,7 @@ typedef enum {
"\013CAN_RC16" \
"\014PROBED" \
"\015DIRTY" \
- "\016ANNOUCNED" \
+ "\016ANNOUNCED" \
"\017CAN_ATA_DMA" \
"\020CAN_ATA_LOG" \
"\021CAN_ATA_IDLOG" \