ice(4): Fix a typo in a source code comment

- s/firwmare/firmware/

(cherry picked from commit 62db40b5644726ca61e84aa56fff2fbaf30b05ca)
This commit is contained in:
Gordon Bergling 2025-08-25 10:46:20 +02:00 committed by Franco Fichtner
parent 444c56a189
commit 62156bb8bd

View file

@ -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");