diff options
author | gushengxian <gushengxian@yulong.com> | 2021-06-07 08:33:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-07 22:17:37 +0200 |
commit | 4fb473fe7325181f87d586685d21f27a9b9e25f8 (patch) | |
tree | 4d89a7369504ed56f66917c334e529485f41d4de /net/atm | |
parent | net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp() (diff) | |
download | linux-4fb473fe7325181f87d586685d21f27a9b9e25f8.tar.xz linux-4fb473fe7325181f87d586685d21f27a9b9e25f8.zip |
atm: [br2864] fix spelling mistakes
interrupt should be changed to interrupting.
Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/br2684.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/atm/br2684.c b/net/atm/br2684.c index 3e17a5ecaa94..dd2a8dabed84 100644 --- a/net/atm/br2684.c +++ b/net/atm/br2684.c @@ -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); |