Commit d6967d04 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jakub Kicinski
Browse files

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



Fix a doubled word in the comment above xgmac_poll.

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


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent bfa323c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1224,7 +1224,7 @@ static int xgmac_rx(struct xgmac_priv *priv, int limit)
 *  @budget : maximum number of packets that the current CPU can receive from
 *	      all interfaces.
 *  Description :
 *   This function implements the the reception process.
 *   This function implements the reception process.
 *   Also it runs the TX completion thread
 */
static int xgmac_poll(struct napi_struct *napi, int budget)