All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] docs: RCU: typo fix
@ 2023-03-16  7:09 Adrian Huang
  2023-03-16 15:18 ` Joel Fernandes
  2023-03-17  1:15 ` Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Huang @ 2023-03-16  7:09 UTC (permalink / raw)
  To: Paul E . McKenney; +Cc: Jonathan Corbet, rcu, Adrian Huang, Adrian Huang

From: Adrian Huang <ahuang12@lenovo.com>

It should be "Please note that ..." instead of "Please not that ...".

Signed-off-by: Adrian Huang <ahuang12@lenovo.com>
---
 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.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] docs: RCU: typo fix
  2023-03-16  7:09 [PATCH 1/1] docs: RCU: typo fix Adrian Huang
@ 2023-03-16 15:18 ` Joel Fernandes
  2023-03-17  1:15 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Fernandes @ 2023-03-16 15:18 UTC (permalink / raw)
  To: Adrian Huang; +Cc: Paul E . McKenney, Jonathan Corbet, rcu, Adrian Huang

On Thu, Mar 16, 2023 at 03:09:36PM +0800, Adrian Huang wrote:
> From: Adrian Huang <ahuang12@lenovo.com>
> 
> It should be "Please note that ..." instead of "Please not that ...".
> 
> Signed-off-by: Adrian Huang <ahuang12@lenovo.com>

Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>

thanks,

 - Joel

> ---
>  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.34.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] docs: RCU: typo fix
  2023-03-16  7:09 [PATCH 1/1] docs: RCU: typo fix Adrian Huang
  2023-03-16 15:18 ` Joel Fernandes
@ 2023-03-17  1:15 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2023-03-17  1:15 UTC (permalink / raw)
  To: Adrian Huang; +Cc: Jonathan Corbet, rcu, Adrian Huang

On Thu, Mar 16, 2023 at 03:09:36PM +0800, Adrian Huang wrote:
> From: Adrian Huang <ahuang12@lenovo.com>
> 
> It should be "Please note that ..." instead of "Please not that ...".
> 
> Signed-off-by: Adrian Huang <ahuang12@lenovo.com>

Good eyes, and thank you,  but Qiuxu Zhuo beat you to this one.
Please see this commit in the -rcu tree's "dev" branch:

3a554688b5c4 ("Documentation/RCU: s/not/note/ in checklist.rst")

						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.34.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-17  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16  7:09 [PATCH 1/1] docs: RCU: typo fix Adrian Huang
2023-03-16 15:18 ` Joel Fernandes
2023-03-17  1:15 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.