mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 05:18:45 +02:00
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>
This commit is contained in:
parent
bfa323c659
commit
d6967d0414
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user