Skip to content

Commit 4fb473f

Browse files
gushengxiandavem330
authored andcommitted
atm: [br2864] fix spelling mistakes
interrupt should be changed to interrupting. Signed-off-by: gushengxian <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3f07ce8 commit 4fb473f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/atm/br2684.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ struct br2684_dev {
9393
* This lock should be held for writing any time the list of devices or
9494
* their attached vcc's could be altered. It should be held for reading
9595
* any time these are being queried. Note that we sometimes need to
96-
* do read-locking under interrupt context, so write locking must block
97-
* the current CPU's interrupts
96+
* do read-locking under interrupting context, so write locking must block
97+
* the current CPU's interrupts.
9898
*/
9999
static DEFINE_RWLOCK(devs_lock);
100100

0 commit comments

Comments
 (0)