Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/x25: fix a mistake in grammar

Fix a mistake in grammar.

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

authored by

gushengxian and committed by
David S. Miller
db67f249 e89a2cdb

+1 -1
+1 -1
net/x25/af_x25.c
··· 366 366 367 367 /* 368 368 * This is called from user mode and the timers. Thus it protects itself 369 - * against interrupt users but doesn't worry about being called during 369 + * against interrupting users but doesn't worry about being called during 370 370 * work. Once it is removed from the queue no interrupt or bottom half 371 371 * will touch it and we are (fairly 8-) ) safe. 372 372 * Not static as it's used by the timer