Message ID | 20210807154140.1294779-1-jun.miao@windriver.com |
---|---|
State | Superseded |
Headers | show |
Series | [V2] atm: horizon: Fix spelling mistakes in TX comment | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 7 Aug 2021 23:41:40 +0800 you wrote: > It's "must not", not "musn't", meaning "shall not". > Let's fix that. > > Suggested-by: Joe Perches <joe@perches.com> > Signed-off-by: Jun Miao <jun.miao@windriver.com> > --- > drivers/atm/horizon.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Here is the summary with links: - [V2] atm: horizon: Fix spelling mistakes in TX comment https://git.kernel.org/netdev/net-next/c/64ec13ec92d5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/atm/horizon.c b/drivers/atm/horizon.c index 4f2951cbe69c..d0e67ec46216 100644 --- a/drivers/atm/horizon.c +++ b/drivers/atm/horizon.c @@ -2167,10 +2167,10 @@ static int hrz_open (struct atm_vcc *atm_vcc) // Part of the job is done by atm_pcr_goal which gives us a PCR // specification which says: EITHER grab the maximum available PCR - // (and perhaps a lower bound which we musn't pass), OR grab this + // (and perhaps a lower bound which we must not pass), OR grab this // amount, rounding down if you have to (and perhaps a lower bound - // which we musn't pass) OR grab this amount, rounding up if you - // have to (and perhaps an upper bound which we musn't pass). If any + // which we must not pass) OR grab this amount, rounding up if you + // have to (and perhaps an upper bound which we must not pass). If any // bounds ARE passed we fail. Note that rounding is only rounding to // match device limitations, we do not round down to satisfy // bandwidth availability even if this would not violate any given
It's "must not", not "musn't", meaning "shall not". Let's fix that. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Jun Miao <jun.miao@windriver.com> --- drivers/atm/horizon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)