From 62156bb8bd4b97fe8a92f99531e95e79c7c92393 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 25 Aug 2025 10:46:20 +0200 Subject: [PATCH] ice(4): Fix a typo in a source code comment - s/firwmare/firmware/ (cherry picked from commit 62db40b5644726ca61e84aa56fff2fbaf30b05ca) --- sys/dev/ice/ice_fw_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ice/ice_fw_logging.c b/sys/dev/ice/ice_fw_logging.c index 0025a65d73f..16a9ab6823b 100644 --- a/sys/dev/ice/ice_fw_logging.c +++ b/sys/dev/ice/ice_fw_logging.c @@ -48,7 +48,7 @@ SDT_PROVIDER_DEFINE(ice_fwlog); /* * SDT DTrace probe fired when a firmware log message is received over the - * AdminQ. It passes the buffer of the firwmare log message along with its + * AdminQ. It passes the buffer of the firmware log message along with its * length in bytes to the DTrace framework. */ SDT_PROBE_DEFINE2(ice_fwlog, , , message, "uint8_t *", "int");