Skip to content

Commit 64ec13e

Browse files
Jun Miaodavem330
authored andcommitted
atm: horizon: Fix spelling mistakes in TX comment
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>
1 parent 82564f6 commit 64ec13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/atm/horizon.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,10 +2167,10 @@ static int hrz_open (struct atm_vcc *atm_vcc)
21672167

21682168
// Part of the job is done by atm_pcr_goal which gives us a PCR
21692169
// specification which says: EITHER grab the maximum available PCR
2170-
// (and perhaps a lower bound which we musn't pass), OR grab this
2170+
// (and perhaps a lower bound which we must not pass), OR grab this
21712171
// amount, rounding down if you have to (and perhaps a lower bound
2172-
// which we musn't pass) OR grab this amount, rounding up if you
2173-
// have to (and perhaps an upper bound which we musn't pass). If any
2172+
// which we must not pass) OR grab this amount, rounding up if you
2173+
// have to (and perhaps an upper bound which we must not pass). If any
21742174
// bounds ARE passed we fail. Note that rounding is only rounding to
21752175
// match device limitations, we do not round down to satisfy
21762176
// bandwidth availability even if this would not violate any given

0 commit comments

Comments
 (0)