git: fe557f61e7a9 - stable/13 - ocs_fc(4): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Oct 2022 03:41:34 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fe557f61e7a99962bd5f142eb5501ef5a43d6121 commit fe557f61e7a99962bd5f142eb5501ef5a43d6121 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-10-25 10:52:24 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-10-30 03:41:21 +0000 ocs_fc(4): Fix a typo in an error message - s/faild/failed/ (cherry picked from commit dabebd0ba251db53ab38db20a5bcfac65cc05f31) --- sys/dev/ocs_fc/sli4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ocs_fc/sli4.c b/sys/dev/ocs_fc/sli4.c index 7020fbcdf516..d060d3f8343f 100644 --- a/sys/dev/ocs_fc/sli4.c +++ b/sys/dev/ocs_fc/sli4.c @@ -8677,7 +8677,7 @@ sli_fc_rq_set_alloc(sli4_t *sli4, uint32_t num_rq_pairs, } if (sli_bmbx_command(sli4)){ - ocs_log_crit(sli4->os, "bootstrap mailbox write faild RQSet\n"); + ocs_log_crit(sli4->os, "bootstrap mailbox write failed RQSet\n"); goto error; }