linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] seqlock: Minor comment correction
@ 2019-10-04  9:24 Mukesh Ojha
  2019-12-10  9:09 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Mukesh Ojha @ 2019-10-04  9:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterz, mingo, will, Mukesh Ojha

write_seqcountbeqin => write_seqcount_begin

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
---
 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


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

* Re: [PATCH] seqlock: Minor comment correction
  2019-10-04  9:24 [PATCH] seqlock: Minor comment correction Mukesh Ojha
@ 2019-12-10  9:09 ` Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-12-10  9:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterz, mingo, will

gentle reminder.

On 10/4/2019 2:54 PM, Mukesh Ojha wrote:
> write_seqcountbeqin => write_seqcount_begin
>
> Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
> ---
>   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 {

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

end of thread, other threads:[~2019-12-10  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  9:24 [PATCH] seqlock: Minor comment correction Mukesh Ojha
2019-12-10  9:09 ` Mukesh Ojha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).