* [PATCH 1/1] Documentation/RCU: Fix a typo in checklist.rst
@ 2023-01-13 8:31 Qiuxu Zhuo
2023-01-13 19:38 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Qiuxu Zhuo @ 2023-01-13 8:31 UTC (permalink / raw)
To: Paul E. McKenney, Jonathan Corbet, Frederic Weisbecker,
Neeraj Upadhyay, Steven Rostedt
Cc: Qiuxu Zhuo, Mathieu Desnoyers, Lai Jiangshan, Joel Fernandes, rcu,
linux-doc, linux-kernel
"Please not that you *cannot* rely..." probably has a typo.
Fix it.
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
---
Not sure whether it's a too small typo to need this patch.
If so, sorry for the noise. :-)
Documentation/RCU/checklist.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/RCU/checklist.rst b/Documentation/RCU/checklist.rst
index cc361fb01ed4..bd3c58c44bef 100644
--- a/Documentation/RCU/checklist.rst
+++ b/Documentation/RCU/checklist.rst
@@ -70,7 +70,7 @@ over a rather long period of time, but improvements are always welcome!
can serve as rcu_read_lock_sched(), but is less readable and
prevents lockdep from detecting locking issues.
- Please not that you *cannot* rely on code known to be built
+ Please note that you *cannot* rely on code known to be built
only in non-preemptible kernels. Such code can and will break,
especially in kernels built with CONFIG_PREEMPT_COUNT=y.
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Documentation/RCU: Fix a typo in checklist.rst
2023-01-13 8:31 [PATCH 1/1] Documentation/RCU: Fix a typo in checklist.rst Qiuxu Zhuo
@ 2023-01-13 19:38 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2023-01-13 19:38 UTC (permalink / raw)
To: Qiuxu Zhuo
Cc: Jonathan Corbet, Frederic Weisbecker, Neeraj Upadhyay,
Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan, Joel Fernandes,
rcu, linux-doc, linux-kernel
On Fri, Jan 13, 2023 at 04:31:08PM +0800, Qiuxu Zhuo wrote:
> "Please not that you *cannot* rely..." probably has a typo.
> Fix it.
>
> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
> ---
> Not sure whether it's a too small typo to need this patch.
> If so, sorry for the noise. :-)
Not at all! Queued for the v6.4 merge window, thank you. (Not the
upcoming merge window, but the one after that.)
Thanx, Paul
> Documentation/RCU/checklist.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/RCU/checklist.rst b/Documentation/RCU/checklist.rst
> index cc361fb01ed4..bd3c58c44bef 100644
> --- a/Documentation/RCU/checklist.rst
> +++ b/Documentation/RCU/checklist.rst
> @@ -70,7 +70,7 @@ over a rather long period of time, but improvements are always welcome!
> can serve as rcu_read_lock_sched(), but is less readable and
> prevents lockdep from detecting locking issues.
>
> - Please not that you *cannot* rely on code known to be built
> + Please note that you *cannot* rely on code known to be built
> only in non-preemptible kernels. Such code can and will break,
> especially in kernels built with CONFIG_PREEMPT_COUNT=y.
>
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-13 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 8:31 [PATCH 1/1] Documentation/RCU: Fix a typo in checklist.rst Qiuxu Zhuo
2023-01-13 19:38 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox