]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: cleanup spelling mistakes in comments
authorGuinan Sun <guinanx.sun@intel.com>
Thu, 9 Jul 2020 08:00:33 +0000 (08:00 +0000)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 14 Sep 2021 00:46:28 +0000 (17:46 -0700)
commit479184c2975294dcd4107a0efb30ca0edfdb7331
treed93633bf3bb1f2284d757b689e139e2ee777d190
parent900b6eedcc7bf7ca50ae3207c10e78ce234da8cf
ixgbe: cleanup spelling mistakes in comments

Several functions in the driver code have a weird function comment
formatting which uses two spaces instead of only one space for the main
function body.

This formatting will be mechanically fixed by sed in a future patch, but
doing so leads to some spelling warnings on that patch. Cleanup the
spelling mistakes that will be detected first. This way, it is easier to
verify the mechanical transformation done by sed in the following patch.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
Approved by: imp
Obtained from: DPDK (fc75eee32037c1379e77e57031c1c353badd2272)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621

(cherry picked from commit 46981e903cf3e8e4a5bf7f6152f8ca5b92b37e07)
sys/dev/ixgbe/ixgbe_mbx.c
sys/dev/ixgbe/ixgbe_vf.c
sys/dev/ixgbe/ixgbe_x550.c