]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ixgbe: Fix typos and clarify comments in X550 driver code
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Thu, 22 May 2025 07:47:26 +0000 (00:47 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 9 Jun 2025 16:56:18 +0000 (09:56 -0700)
commit670678399edccd2b671f73ded2275b6c76c94efc
tree4291abf2824b079c8d34ef922fb163d3604c9c44
parentb0ca7dc0e70e31d0ecf66b508b96a7026b769ceb
ixgbe: Fix typos and clarify comments in X550 driver code

Corrected spelling errors such as "simular" -> "similar",
"excepted" -> "accepted", and "Determime" -> "Determine".
Fixed including incorrect word usage ("to MAC" -> "two MAC")
and improved awkward phrasing.

Aligned function header descriptions with their actual functionality
(e.g., "Writes a value" -> "Reads a value").
Corrected typo in error code from -ENIVAL to -EINVAL.
Improved overall clarity and consistency in comment across various
functions.

These changes improve maintainability and readability of the code
without affecting functionality.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c