Skip to content

Commit

Permalink
atm: horizon: Fix spelling mistakes in TX comment
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jun Miao authored and David S. Miller committed Aug 8, 2021
1 parent 82564f6 commit 64ec13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/atm/horizon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64ec13e

Please sign in to comment.