[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <A5FE05C4C76E4C4CAB15D9962B96FC950C7957A875@orsmsx510.amr.corp.intel.com>
Date: Mon, 3 Aug 2009 10:35:17 -0700
From: "Othman, Ossama" <ossama.othman@...el.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] Moorestown RAR Handler driver, MRST 2.6.31-rc3
Hi Joe,
>On Sat, 2009-08-01 at 09:30 +0200, Sam Ravnborg wrote:
>> Try to avoid breaking your printable line.
>> It is much easier to grep for the line when it is on a single
>> line.
>> If you violate the 80 chars per line rule do to this then accept
>> that grepable lines is better than keeping them 80 or less wide.
>
>Maybe it's better to ignore the indent guideline here as well.
>An outdent might be preferable to having the line exceed 80 chars.
>
>Maybe:
> WARN(capacity < block_size * 2,
> "Memory allocator is only large enough to hold one block.\n");
>or
> WARN(capacity < block_size * 2,
>"Memory allocator is only large enough to hold one block.\n");
Okay, I'll see what I can do improve the readability and grep-ability of these log messages.
>Any format string longer than 80 chars is likely a poor log entry.
Agreed!
Thanks Joe!
-Ossama
--
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