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

locking/rwsem: Fix comment typo

s/folowing/following/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210317041806.4096156-1-unixbhaskar@gmail.com

authored by

Bhaskar Chowdhury and committed by
Ingo Molnar
4faf62b1 c2e4bfe0

+1 -1
+1 -1
kernel/locking/rwsem.c
··· 632 632 } 633 633 634 634 /* 635 - * The rwsem_spin_on_owner() function returns the folowing 4 values 635 + * The rwsem_spin_on_owner() function returns the following 4 values 636 636 * depending on the lock owner state. 637 637 * OWNER_NULL : owner is currently NULL 638 638 * OWNER_WRITER: when owner changes and is a writer