net: calxedaxgmac: Fix typo (doubled "the")
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 9 Apr 2022 18:21:45 +0000 (20:21 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 12 Apr 2022 03:49:21 +0000 (20:49 -0700)
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>
drivers/net/ethernet/calxeda/xgmac.c

index 457cb71210003ee617796c827cb648ca0bd9eb7d..1281d1565ef84e298fb8270143ba1c8de0ef6bc0 100644 (file)
@@ -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)