Re: [PATCH] trivial: lib/Kconfig: typo modertion -> moderation

From: Randy Dunlap
Date: Thu Sep 19 2019 - 17:06:33 EST


On 9/19/19 2:03 PM, Uwe Kleine-KÃnig wrote:
> Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files")
> Signed-off-by: Uwe Kleine-KÃnig <uwe@xxxxxxxxxxxxxxxxx>
> ---
> lib/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 4e6b1c3e4c98..cc04124ed8f7 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -559,7 +559,7 @@ config DIMLIB
> default y
> help
> Dynamic Interrupt Moderation library.
> - Implements an algorithm for dynamically change CQ modertion values
> + Implements an algorithm for dynamically change CQ moderation values

to dynamically change
or
for dynamically changing

> according to run time performance.
>
> #
>


--
~Randy