Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: calxedaxgmac: Fix typo (doubled "the")

Fix a doubled word in the comment above xgmac_poll.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20220409182147.2509788-1-j.neuschaefer@gmx.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jonathan Neuschäfer and committed by
Jakub Kicinski
d6967d04 bfa323c6

+1 -1
+1 -1
drivers/net/ethernet/calxeda/xgmac.c
··· 1224 1224 * @budget : maximum number of packets that the current CPU can receive from 1225 1225 * all interfaces. 1226 1226 * Description : 1227 - * This function implements the the reception process. 1227 + * This function implements the reception process. 1228 1228 * Also it runs the TX completion thread 1229 1229 */ 1230 1230 static int xgmac_poll(struct napi_struct *napi, int budget)