2019-10-04 10:24:34

by Mukesh Ojha

[permalink] [raw]
Subject: [PATCH] seqlock: Minor comment correction

write_seqcountbeqin => write_seqcount_begin

Signed-off-by: Mukesh Ojha <[email protected]>
---
include/linux/seqlock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
index bcf4cf2..370ef8f 100644
--- a/include/linux/seqlock.h
+++ b/include/linux/seqlock.h
@@ -42,7 +42,7 @@
/*
* Version using sequence counter only.
* This can be used when code has its own mutex protecting the
- * updating starting before the write_seqcountbeqin() and ending
+ * updating starting before the write_seqcount_begin() and ending
* after the write_seqcount_end().
*/
typedef struct seqcount {
--
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


2019-12-10 09:10:27

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] seqlock: Minor comment correction

gentle reminder.

On 10/4/2019 2:54 PM, Mukesh Ojha wrote:
> write_seqcountbeqin => write_seqcount_begin
>
> Signed-off-by: Mukesh Ojha <[email protected]>
> ---
> include/linux/seqlock.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
> index bcf4cf2..370ef8f 100644
> --- a/include/linux/seqlock.h
> +++ b/include/linux/seqlock.h
> @@ -42,7 +42,7 @@
> /*
> * Version using sequence counter only.
> * This can be used when code has its own mutex protecting the
> - * updating starting before the write_seqcountbeqin() and ending
> + * updating starting before the write_seqcount_begin() and ending
> * after the write_seqcount_end().
> */
> typedef struct seqcount {