Re: [PATCH] Docs/RCU: Correct sample code of qatomic_rcu_set

2020-12-21 Thread Peter Xu
On Mon, Dec 21, 2020 at 08:17:45PM +0800, Keqian Zhu wrote: > Correct sample code to avoid confusing readers. > > Signed-off-by: Keqian Zhu Reviewed-by: Peter Xu -- Peter Xu

Re: [PATCH] Docs/RCU: Correct sample code of qatomic_rcu_set

2020-12-21 Thread Paolo Bonzini
On 21/12/20 13:17, Keqian Zhu wrote: Correct sample code to avoid confusing readers. Signed-off-by: Keqian Zhu --- docs/devel/rcu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/rcu.txt b/docs/devel/rcu.txt index cdf002edd8..2e6cc607a1 100644 --- a/docs/dev

[PATCH] Docs/RCU: Correct sample code of qatomic_rcu_set

2020-12-21 Thread Keqian Zhu
Correct sample code to avoid confusing readers. Signed-off-by: Keqian Zhu --- docs/devel/rcu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/rcu.txt b/docs/devel/rcu.txt index cdf002edd8..2e6cc607a1 100644 --- a/docs/devel/rcu.txt +++ b/docs/devel/rcu.txt @@ -3