[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.30.1004011107001.355-100000@mail.perches.com>
Date: Thu, 1 Apr 2010 11:18:37 -0800 (PST)
From: Joe Perches <joe@...ches.com>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: Timo Witte <timo.witte@...glemail.com>,
<linux-kernel@...r.kernel.org>, Steve French <sfrench@...ba.org>
Subject: Re: [PATCH] /fs/cifs HEAD
On Thu, 1 Apr 2010, Andrew Morton wrote:
> - cERROR(1, ("%s: unable to resolve: %s", __func__, name));
> + cERROR(1, ("%s: unable to resolve: %s have you "
> + "installed /sbin/request-key ?", __func__, name));
It might be better as a single line, but given the desire to break
it up for 80 colums, maybe make it a bit more grammatically correct too:
cERROR(1, ("%s: unable to resolve: '%s'. "
"Have you installed /sbin/request-key?",
__func__, name));
--
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