Re: [PATCH 2/4] [TRIVIAL] ftrace/kprobes: Fix an warning typo

From: Masami Hiramatsu
Date: Wed Oct 05 2011 - 00:08:25 EST


(2011/10/05 0:58), Valdis.Kletnieks@xxxxxx wrote:
> On Tue, 04 Oct 2011 19:44:49 +0900, Masami Hiramatsu said:
>> Add a space between words.
>
>> if (ret == -ENOENT && trace_probe_is_on_module(tp)) {
>> - pr_warning("This probe might be able to register after"
>> + pr_warning("This probe might be able to register after "
>> "target module is loaded. Continue.\n");
>
> Better would be to make it all one line. Keeping a string together trumps the
> 80-column rule.
>

Agreed :) I'd like to check whether other messages should be fixed too.

Thank you,

--
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@xxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/