]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
atm: lanai: fix "take a while" typo
authorAhelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Thu, 3 Jul 2025 18:21:16 +0000 (20:21 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:27:19 +0000 (08:27 -0700)
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/mn5rh6i773csmcrpfcr6bogvv2auypz2jwjn6dap2rxousxnw5@tarta.nabijaczleweli.xyz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/atm/lanai.c

index 2a1fe30807120228e310fb626f23e9bb028b3b66..0dfa2cdc897c15cb13857d54849831e7c2040d77 100644 (file)
@@ -755,7 +755,7 @@ static void lanai_shutdown_rx_vci(const struct lanai_vcc *lvcc)
 /* Shutdown transmitting on card.
  * Unfortunately the lanai needs us to wait until all the data
  * drains out of the buffer before we can dealloc it, so this
- * can take awhile -- up to 370ms for a full 128KB buffer
+ * can take a while -- up to 370ms for a full 128KB buffer
  * assuming everone else is quiet.  In theory the time is
  * boundless if there's a CBR VCC holding things up.
  */