All of lore.kernel.org
 help / color / mirror / Atom feed
* [unixbhaskar@gmail.com: [PATCH] lib: Fix a typo]
@ 2021-03-19 21:09 Bhaskar Chowdhury
  2021-03-20  1:42 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19 21:09 UTC (permalink / raw)
  To: david; +Cc: Randy Dunlap, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]

----- Forwarded message from Bhaskar Chowdhury <unixbhaskar@gmail.com> -----

Hi Dave,

Can you please take it, as I haven't found anybody attached with this file,but
found you made some entry(I am trying to take advantage of you!! :)  ) ..

Thanks,
Bhaskar
Date: Sat, 20 Mar 2021 02:31:55 +0530
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: unixbhaskar@gmail.com, linux-kernel@vger.kernel.org
Subject: [PATCH] lib: Fix a typo
X-Mailer: git-send-email 2.26.2


s/funtion/function/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
  lib/list_sort.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/list_sort.c b/lib/list_sort.c
index 52f0c258c895..282fe269f16a 100644
--- a/lib/list_sort.c
+++ b/lib/list_sort.c
@@ -107,7 +107,7 @@ static void merge_final(void *priv, cmp_func cmp, struct list_head *head,
   * @head: the list to sort
   * @cmp: the elements comparison function
   *
- * The comparison funtion @cmp must return > 0 if @a should sort after
+ * The comparison function @cmp must return > 0 if @a should sort after
   * @b ("@a > @b" if you want an ascending sort), and <= 0 if @a should
   * sort before @b *or* their original order should be preserved.  It is
   * always called with the element that came first in the input in @a,
--
2.26.2


----- End forwarded message -----

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [unixbhaskar@gmail.com: [PATCH] lib: Fix a typo]
  2021-03-19 21:09 [unixbhaskar@gmail.com: [PATCH] lib: Fix a typo] Bhaskar Chowdhury
@ 2021-03-20  1:42 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-20  1:42 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: david, linux-kernel



On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

> ----- Forwarded message from Bhaskar Chowdhury <unixbhaskar@gmail.com> -----
>
> Hi Dave,
>
> Can you please take it, as I haven't found anybody attached with this 
> file,but
> found you made some entry(I am trying to take advantage of you!! :)  ) ..
>
> Thanks,
> Bhaskar
> Date: Sat, 20 Mar 2021 02:31:55 +0530
> From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> To: unixbhaskar@gmail.com, linux-kernel@vger.kernel.org
> Subject: [PATCH] lib: Fix a typo
> X-Mailer: git-send-email 2.26.2
>
>
> s/funtion/function/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
>  lib/list_sort.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/list_sort.c b/lib/list_sort.c
> index 52f0c258c895..282fe269f16a 100644
> --- a/lib/list_sort.c
> +++ b/lib/list_sort.c
> @@ -107,7 +107,7 @@ static void merge_final(void *priv, cmp_func cmp, struct 
> list_head *head,
>   * @head: the list to sort
>   * @cmp: the elements comparison function
>   *
> - * The comparison funtion @cmp must return > 0 if @a should sort after
> + * The comparison function @cmp must return > 0 if @a should sort after
>   * @b ("@a > @b" if you want an ascending sort), and <= 0 if @a should
>   * sort before @b *or* their original order should be preserved.  It is
>   * always called with the element that came first in the input in @a,
> --
> 2.26.2
>
>
> ----- End forwarded message -----
>

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

end of thread, other threads:[~2021-03-20  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 21:09 [unixbhaskar@gmail.com: [PATCH] lib: Fix a typo] Bhaskar Chowdhury
2021-03-20  1:42 ` Randy Dunlap

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.