linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] average: Mundane typo fix
@ 2021-03-19  1:01 Bhaskar Chowdhury
  2021-03-19 17:55 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19  1:01 UTC (permalink / raw)
  To: unixbhaskar, linux-kernel; +Cc: rdunlap

s/funtions/functions/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/linux/average.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/average.h b/include/linux/average.h
index a1a8f09631ce..0cb77b3e483c 100644
--- a/include/linux/average.h
+++ b/include/linux/average.h
@@ -11,7 +11,7 @@
  *
  * This implements a fixed-precision EWMA algorithm, with both the
  * precision and fall-off coefficient determined at compile-time
- * and built into the generated helper funtions.
+ * and built into the generated helper functions.
  *
  * The first argument to the macro is the name that will be used
  * for the struct and helper functions.
--
2.26.2


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

* Re: [PATCH] average: Mundane typo fix
  2021-03-19  1:01 [PATCH] average: Mundane typo fix Bhaskar Chowdhury
@ 2021-03-19 17:55 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-19 17:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/funtions/functions/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
> include/linux/average.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/average.h b/include/linux/average.h
> index a1a8f09631ce..0cb77b3e483c 100644
> --- a/include/linux/average.h
> +++ b/include/linux/average.h
> @@ -11,7 +11,7 @@
>  *
>  * This implements a fixed-precision EWMA algorithm, with both the
>  * precision and fall-off coefficient determined at compile-time
> - * and built into the generated helper funtions.
> + * and built into the generated helper functions.
>  *
>  * The first argument to the macro is the name that will be used
>  * for the struct and helper functions.
> --
> 2.26.2
>
>

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

end of thread, other threads:[~2021-03-19 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  1:01 [PATCH] average: Mundane typo fix Bhaskar Chowdhury
2021-03-19 17:55 ` Randy Dunlap

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