* [PATCH][next] lkdtm: bugs: Fix spelling mistake
@ 2020-04-01 18:28 Gustavo A. R. Silva
2020-04-02 7:08 ` Kees Cook
0 siblings, 1 reply; 3+ messages in thread
From: Gustavo A. R. Silva @ 2020-04-01 18:28 UTC (permalink / raw)
To: Kees Cook, Arnd Bergmann, Greg Kroah-Hartman
Cc: linux-kernel, Gustavo A. R. Silva
Fix spelling mistake s/Intentially/Intentionally
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
---
drivers/misc/lkdtm/bugs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/lkdtm/bugs.c b/drivers/misc/lkdtm/bugs.c
index 886459e0ddd9..736675f0a246 100644
--- a/drivers/misc/lkdtm/bugs.c
+++ b/drivers/misc/lkdtm/bugs.c
@@ -208,7 +208,7 @@ void lkdtm_OVERFLOW_UNSIGNED(void)
ignored = value;
}
-/* Intentially using old-style flex array definition of 1 byte. */
+/* Intentionally using old-style flex array definition of 1 byte. */
struct array_bounds_flex_array {
int one;
int two;
--
2.26.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][next] lkdtm: bugs: Fix spelling mistake
2020-04-01 18:28 [PATCH][next] lkdtm: bugs: Fix spelling mistake Gustavo A. R. Silva
@ 2020-04-02 7:08 ` Kees Cook
2020-04-02 7:40 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Kees Cook @ 2020-04-02 7:08 UTC (permalink / raw)
To: Greg Kroah-Hartman, Gustavo A. R. Silva; +Cc: Arnd Bergmann, linux-kernel
On Wed, Apr 01, 2020 at 01:28:55PM -0500, Gustavo A. R. Silva wrote:
> Fix spelling mistake s/Intentially/Intentionally
>
> Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Thanks! Greg, can you snag this when you get a chance?
Acked-by: Kees Cook <keescook@chromium.org>
-Kees
> ---
> drivers/misc/lkdtm/bugs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/lkdtm/bugs.c b/drivers/misc/lkdtm/bugs.c
> index 886459e0ddd9..736675f0a246 100644
> --- a/drivers/misc/lkdtm/bugs.c
> +++ b/drivers/misc/lkdtm/bugs.c
> @@ -208,7 +208,7 @@ void lkdtm_OVERFLOW_UNSIGNED(void)
> ignored = value;
> }
>
> -/* Intentially using old-style flex array definition of 1 byte. */
> +/* Intentionally using old-style flex array definition of 1 byte. */
> struct array_bounds_flex_array {
> int one;
> int two;
> --
> 2.26.0
>
--
Kees Cook
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] lkdtm: bugs: Fix spelling mistake
2020-04-02 7:08 ` Kees Cook
@ 2020-04-02 7:40 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-02 7:40 UTC (permalink / raw)
To: Kees Cook; +Cc: Gustavo A. R. Silva, Arnd Bergmann, linux-kernel
On Thu, Apr 02, 2020 at 12:08:56AM -0700, Kees Cook wrote:
> On Wed, Apr 01, 2020 at 01:28:55PM -0500, Gustavo A. R. Silva wrote:
> > Fix spelling mistake s/Intentially/Intentionally
> >
> > Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
>
> Thanks! Greg, can you snag this when you get a chance?
>
> Acked-by: Kees Cook <keescook@chromium.org>
Will do, after -rc1 is out.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-02 7:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 18:28 [PATCH][next] lkdtm: bugs: Fix spelling mistake Gustavo A. R. Silva
2020-04-02 7:08 ` Kees Cook
2020-04-02 7:40 ` Greg Kroah-Hartman
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).