OSDN Git Service

atm: [br2864] fix spelling mistakes
authorgushengxian <gushengxian@yulong.com>
Mon, 7 Jun 2021 06:33:07 +0000 (23:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 20:17:37 +0000 (13:17 -0700)
interrupt should be changed to interrupting.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/br2684.c

index 3e17a5e..dd2a8da 100644 (file)
@@ -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);