lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ