K 10 svn:author V 8 kbowling K 8 svn:date V 27 2021-09-14T00:50:24.654713Z K 7 svn:log V 697 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 Signed-off-by: Guinan Sun Reviewed-by: Wei Zhao Approved by: imp Obtained from: DPDK (40023f73c76579e58a859dab87b4c30278eb2e48) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31621 (cherry picked from commit 4cdc5e12a849871e4e8062a62a31f28545901d84) Git Hash: 7e7e6f8a5c940692d81da157b74d298c8566a0fb Git Author: kbowling@FreeBSD.org END