[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E8BD821.1020604@hitachi.com>
Date: Wed, 05 Oct 2011 13:08:01 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Valdis.Kletnieks@...edu
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>,
Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
yrl.pp-manager.tt@...achi.com,
Steven Rostedt <rostedt@...dmis.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...hat.com>
Subject: Re: [PATCH 2/4] [TRIVIAL] ftrace/kprobes: Fix an warning typo
(2011/10/05 0:58), Valdis.Kletnieks@...edu 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@...achi.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists