mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08: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