]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: Fix duplicate statement about raw_spinlock_t type
authorGuilherme G. Piccoli <gpiccoli@igalia.com>
Mon, 21 Mar 2022 14:41:33 +0000 (11:41 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 25 Mar 2022 19:30:08 +0000 (13:30 -0600)
commit0dde5ad0cf6a3aa772b2bebd57fdf0df804ddb42
treea21678db44293130ff21c757db4345ab3902f148
parentf64e471b7fd6507b86bf5ebb446230033ba0f1f0
Documentation: Fix duplicate statement about raw_spinlock_t type

Unless it was duplicate on purpose, to emphasize that a raw_spinlock_t
is always a spinning lock regardless of PREEMPT_RT or kernel config,
it's a bit odd that this text is duplicate. So, this patch just clean
it up, keeping the consistency with the other sections of the text.

Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: dc92152fd217 ("Documentation: Add lock ordering and nesting documentation")
Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Link: https://lore.kernel.org/r/20220321144133.49804-1-gpiccoli@igalia.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/locking/locktypes.rst