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

uwb: Fix misspelling of neighbourhood in comment

In drivers/uwb/uwbd.c, the word 'neighbourhood' is misspelled as
'neighboorhood' in a comment. Fix that.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Jesper Juhl and committed by
Jiri Kosina
06b72d06 f0da7ee4

+1 -1
+1 -1
drivers/uwb/uwbd.c
··· 256 256 * UWB Daemon 257 257 * 258 258 * Listens to all UWB notifications and takes care to track the state 259 - * of the UWB neighboorhood for the kernel. When we do a run, we 259 + * of the UWB neighbourhood for the kernel. When we do a run, we 260 260 * spinlock, move the list to a private copy and release the 261 261 * lock. Hold it as little as possible. Not a conflict: it is 262 262 * guaranteed we own the events in the private list.