Re: [PATCH] /fs/cifs HEAD

From: Joe Perches
Date: Thu Apr 01 2010 - 15:18:58 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/