* [PATCH] kernel/module.c: fix typos in message about unused symbols
@ 2015-02-20 23:56 Yannick Guerrini
2015-02-25 0:44 ` Rusty Russell
0 siblings, 1 reply; 3+ messages in thread
From: Yannick Guerrini @ 2015-02-20 23:56 UTC (permalink / raw)
To: rusty; +Cc: linux-kernel, Yannick Guerrini
Fix typos in pr_warn message about unused symbols
Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
---
kernel/module.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kernel/module.c b/kernel/module.c
index b34813f..7441733 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -388,9 +388,9 @@ static bool check_symbol(const struct symsearch *syms,
pr_warn("Symbol %s is marked as UNUSED, however this module is "
"using it.\n", fsa->name);
pr_warn("This symbol will go away in the future.\n");
- pr_warn("Please evalute if this is the right api to use and if "
- "it really is, submit a report the linux kernel "
- "mailinglist together with submitting your code for "
+ pr_warn("Please evaluate if this is the right api to use and "
+ "if it really is, submit a report to the linux kernel "
+ "mailing list together with submitting your code for "
"inclusion.\n");
}
#endif
--
1.9.5.msysgit.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kernel/module.c: fix typos in message about unused symbols
2015-02-20 23:56 [PATCH] kernel/module.c: fix typos in message about unused symbols Yannick Guerrini
@ 2015-02-25 0:44 ` Rusty Russell
2015-02-25 7:33 ` Yannick Guerrini
0 siblings, 1 reply; 3+ messages in thread
From: Rusty Russell @ 2015-02-25 0:44 UTC (permalink / raw)
To: Yannick Guerrini; +Cc: linux-kernel, Yannick Guerrini
Yannick Guerrini <yguerrini@tomshardware.fr> writes:
> Fix typos in pr_warn message about unused symbols
>
> Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Thanks. AFAICT you changed "evalute" to "evaluate", "mainlinglist" to
"mailing list" and added a "to".
Applied,
Rusty.
> ---
> kernel/module.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/kernel/module.c b/kernel/module.c
> index b34813f..7441733 100644
> --- a/kernel/module.c
> +++ b/kernel/module.c
> @@ -388,9 +388,9 @@ static bool check_symbol(const struct symsearch *syms,
> pr_warn("Symbol %s is marked as UNUSED, however this module is "
> "using it.\n", fsa->name);
> pr_warn("This symbol will go away in the future.\n");
> - pr_warn("Please evalute if this is the right api to use and if "
> - "it really is, submit a report the linux kernel "
> - "mailinglist together with submitting your code for "
> + pr_warn("Please evaluate if this is the right api to use and "
> + "if it really is, submit a report to the linux kernel "
> + "mailing list together with submitting your code for "
> "inclusion.\n");
> }
> #endif
> --
> 1.9.5.msysgit.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kernel/module.c: fix typos in message about unused symbols
2015-02-25 0:44 ` Rusty Russell
@ 2015-02-25 7:33 ` Yannick Guerrini
0 siblings, 0 replies; 3+ messages in thread
From: Yannick Guerrini @ 2015-02-25 7:33 UTC (permalink / raw)
To: Rusty Russell; +Cc: linux-kernel
Le 25/02/2015 01:44, Rusty Russell a écrit :
> Yannick Guerrini <yguerrini@tomshardware.fr> writes:
>> Fix typos in pr_warn message about unused symbols
>>
>> Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
> Thanks. AFAICT you changed "evalute" to "evaluate", "mainlinglist" to
> "mailing list" and added a "to".
>
> Applied,
> Rusty.
>
Exactly, I forgot to specify. Sorry for my mistake.
Best,
Yannick Guerrini
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-25 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 23:56 [PATCH] kernel/module.c: fix typos in message about unused symbols Yannick Guerrini
2015-02-25 0:44 ` Rusty Russell
2015-02-25 7:33 ` Yannick Guerrini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox