]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ixgbe: fix typos and docstring inconsistencies
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Mon, 29 Sep 2025 12:44:01 +0000 (05:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Sep 2025 00:47:56 +0000 (17:47 -0700)
commit96ccc93744f8260f62841ee1de7153bb1b8cfd83
tree6037cdd53323c30b03a04915d50005878977b05b
parent29be241d11748dbcd9981587a85afa734942c885
ixgbe: fix typos and docstring inconsistencies

Corrected function and variable name typos in comments and docstrings:
 ixgbe_write_ee_hostif_X550 -> ixgbe_write_ee_hostif_data_X550
 ixgbe_get_lcd_x550em -> ixgbe_get_lcd_t_x550em
 "Determime" -> "Determine"
 "point to hardware structure" -> "pointer to hardware structure"
 "To turn on the LED" -> "To turn off the LED"

These changes improve readability, consistency.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Acked-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250929124427.79219-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c