Skip to content

Commit

Permalink
atm: [br2864] fix spelling mistakes
Browse files Browse the repository at this point in the history
interrupt should be changed to interrupting.

Signed-off-by: gushengxian <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
gushengxian authored and davem330 committed Jun 7, 2021
1 parent 3f07ce8 commit 4fb473f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ struct br2684_dev {
* This lock should be held for writing any time the list of devices or
* their attached vcc's could be altered. It should be held for reading
* any time these are being queried. Note that we sometimes need to
* do read-locking under interrupt context, so write locking must block
* the current CPU's interrupts
* do read-locking under interrupting context, so write locking must block
* the current CPU's interrupts.
*/
static DEFINE_RWLOCK(devs_lock);

Expand Down

0 comments on commit 4fb473f

Please sign in to comment.