lkml.org 
[lkml]   [2010]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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));



\
 
 \ /
  Last update: 2010-04-01 21:21    [W:0.050 / U:0.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site