2021-03-19 01:06:17

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] average: Mundane typo fix

s/funtions/functions/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-03-19 17:59:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] average: Mundane typo fix



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/funtions/functions/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>


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