We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f07ce8 commit 4fb473fCopy full SHA for 4fb473f
net/atm/br2684.c
@@ -93,8 +93,8 @@ struct br2684_dev {
93
* This lock should be held for writing any time the list of devices or
94
* their attached vcc's could be altered. It should be held for reading
95
* 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
+ * do read-locking under interrupting context, so write locking must block
+ * the current CPU's interrupts.
98
*/
99
static DEFINE_RWLOCK(devs_lock);
100
0 commit comments