Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2026 13:11:34 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4c0dc30b761a - stable/14 - oce(4): Fix a typo in a device debug message
Message-ID:  <69625006.3c2ad.b4f6927@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c0dc30b761a428c81006fbc454c990363736923

commit 4c0dc30b761a428c81006fbc454c990363736923
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-12-13 09:48:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-01-10 13:11:19 +0000

    oce(4): Fix a typo in a device debug message
    
    - s/depricated/deprecated/
    
    (cherry picked from commit a3950d70a499e120c67da884865486e8599229bd)
---
 sys/dev/oce/oce_mbox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/oce/oce_mbox.c b/sys/dev/oce/oce_mbox.c
index a51798119761..f24271ed65ae 100644
--- a/sys/dev/oce/oce_mbox.c
+++ b/sys/dev/oce/oce_mbox.c
@@ -1007,7 +1007,7 @@ error:
  * @param *stats        pointer to where to store statistics
  * @param reset_stats   resets statistics of set
  * @returns             0 on success, EIO on failure
- * @note                command depricated in Lancer
+ * @note                command deprecated in Lancer
  */
 #define OCE_MBOX_GET_NIC_STATS(sc, pstats_dma_mem, version) 				\
 int 											\


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69625006.3c2ad.b4f6927>