Re: [PATCH] Fixed typo (args -> argc) in plugin description

2023-11-08 Thread Kees Cook
On Mon, 30 Oct 2023 12:45:08 +0300, Konstantin Runov wrote: > Clearly, argc should be used > > Applied to for-next/hardening, thanks! [1/1] Fixed typo (args -> argc) in plugin description https://git.kernel.org/kees/c/b98cf399839e Take care, -- Kees Cook

[PATCH] Fixed typo (args -> argc) in plugin description

2023-10-30 Thread Konstantin Runov
Clearly, argc should be used Signed-off-by: Konstantin Runov --- scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gcc-plugins/latent_entropy_plugin.c b/scripts/gcc-plugins/latent_entropy_plugin.c index 39e86be60dd2..ff0b