]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: remove whitespace in function comments
authorKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 03:26:44 +0000 (20:26 -0700)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 04:17:18 +0000 (21:17 -0700)
commit4cdc5e12a849871e4e8062a62a31f28545901d84
treeaa68e1f6a1c1dff60b048ed94d6a077317663e39
parent9e65ae746da23e1affdf66adb8944656a9da003c
ixgbe: remove whitespace in function comments

Remove unnecessary extra whitespace on all function comments, replacing
' *  ' with ' * '.

This was done automatically via sed using the following transformation:

  sed 's/^ \*  / * /'

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 (40023f73c76579e58a859dab87b4c30278eb2e48)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621
sys/dev/ixgbe/ixgbe_82598.c
sys/dev/ixgbe/ixgbe_82599.c
sys/dev/ixgbe/ixgbe_api.c
sys/dev/ixgbe/ixgbe_common.c
sys/dev/ixgbe/ixgbe_dcb.c
sys/dev/ixgbe/ixgbe_fdir.h
sys/dev/ixgbe/ixgbe_mbx.c
sys/dev/ixgbe/ixgbe_phy.c
sys/dev/ixgbe/ixgbe_vf.c
sys/dev/ixgbe/ixgbe_x540.c
sys/dev/ixgbe/ixgbe_x550.c