From: gushengxian Date: Mon, 7 Jun 2021 06:33:07 +0000 (-0700) Subject: atm: [br2864] fix spelling mistakes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4fb473fe7325181f87d586685d21f27a9b9e25f8;p=linux.git atm: [br2864] fix spelling mistakes interrupt should be changed to interrupting. Signed-off-by: gushengxian Signed-off-by: David S. Miller --- diff --git a/net/atm/br2684.c b/net/atm/br2684.c index 3e17a5ecaa942..dd2a8dabed849 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);