The branch main has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6ea81bcaf8adcf6a8546407e93e97f3d920396d2

commit 6ea81bcaf8adcf6a8546407e93e97f3d920396d2
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2024-07-07 14:17:23 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2024-07-07 14:17:23 +0000

    ocs_fc(4): Fix a typo in a kernel message
    
    - s/elasped/elapsed/
    
    MFC after:      5 days
---
 sys/dev/ocs_fc/ocs_hw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c
index cfb9d4f8f536..c368e09aef8c 100644
--- a/sys/dev/ocs_fc/ocs_hw.c
+++ b/sys/dev/ocs_fc/ocs_hw.c
@@ -11214,7 +11214,7 @@ target_wqe_timer_nop_cb(ocs_hw_t *hw, int32_t status, 
uint8_t *mqe, void *arg)
                getmicrouptime(&cur_time);
                timevalsub(&cur_time, &io->submit_time);
                if (cur_time.tv_sec > io->wqe_timeout) {
-                       ocs_log_info(hw->os, "IO timeout xri=0x%x tag=0x%x 
type=%d elasped time:%u\n",
+                       ocs_log_info(hw->os, "IO timeout xri=0x%x tag=0x%x 
type=%d elapsed time:%u\n",
                                     io->indicator, io->reqtag, io->type, 
cur_time.tv_sec);
 
                        /* remove from active_wqe list so won't try to abort 
again */

Reply via email to