diff for duplicates of <20070727095905.GU27237@ftp.linux.org.uk> diff --git a/a/1.txt b/N1/1.txt index ca06d68..5bcbd15 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Fri, Jul 27, 2007 at 11:44:07AM +0200, Yoann Padioleau wrote: > buf = alloc_safe_buffer(device_info, ptr, size, dir); -> - if (buf = 0) { -> + if (buf = NULL) { +> - if (buf == 0) { +> + if (buf == NULL) { if (!buf) surely... diff --git a/a/content_digest b/N1/content_digest index 5e25e20..23f75f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0200707270944.LAA17082@ifs.emn.fr\0" "From\0Al Viro <viro@ftp.linux.org.uk>\0" "Subject\0Re: [PATCH 02/68] 0 -> NULL, for arch/arm\0" - "Date\0Fri, 27 Jul 2007 09:59:05 +0000\0" + "Date\0Fri, 27 Jul 2007 10:59:05 +0100\0" "To\0Yoann Padioleau <padator@wanadoo.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" rmk@arm.linux.org.uk @@ -11,10 +11,10 @@ "b\0" "On Fri, Jul 27, 2007 at 11:44:07AM +0200, Yoann Padioleau wrote:\n" "> \t\tbuf = alloc_safe_buffer(device_info, ptr, size, dir);\n" - "> -\t\tif (buf = 0) {\n" - "> +\t\tif (buf = NULL) {\n" + "> -\t\tif (buf == 0) {\n" + "> +\t\tif (buf == NULL) {\n" "\n" "\t\tif (!buf)\n" surely... -45a09d68903245711e02eac1b2f5632d627cc0973da75e42918e4e55d849f57f +5a8276b1a04e332520c6e78cd07202a36ed1629d1fa0b9e90ea808ac5856cfa0
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.