diff for duplicates of <49DDC38D.1080908@fastmail.fm> diff --git a/a/1.txt b/N1/1.txt index 66a673f..fc1e9b3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,6 +18,6 @@ Jack Stone wrote: > - temp = (struct oplock_q_entry *) kmem_cache_alloc(cifs_oplock_cachep, > + temp = kmem_cache_alloc(cifs_oplock_cachep, > GFP_KERNEL); -> if (temp = NULL) +> if (temp == NULL) > return temp; > diff --git a/a/content_digest b/N1/content_digest index 60d2499..71ec21a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\01239189748-11703-7-git-send-email-jwjstone@fastmail.fm\0" "From\0Jack Stone <jwjstone@fastmail.fm>\0" "Subject\0Re: [PATCH 06/56] cifs: Remove void casts\0" - "Date\0Thu, 09 Apr 2009 09:44:45 +0000\0" + "Date\0Thu, 09 Apr 2009 10:44:45 +0100\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0jeff@garzik.org" kernel-janitors@vger.kernel.org @@ -34,8 +34,8 @@ "> -\ttemp = (struct oplock_q_entry *) kmem_cache_alloc(cifs_oplock_cachep,\n" "> +\ttemp = kmem_cache_alloc(cifs_oplock_cachep,\n" "> \t\t\t\t\t\t GFP_KERNEL);\n" - "> \tif (temp = NULL)\n" + "> \tif (temp == NULL)\n" "> \t\treturn temp;\n" > -bde88b14a058cd76ba581cbba0ad9a125b5387f7b8c8b51ef3370f69825fdffc +1fcc637b225d6b897629b36956353c348a4a98d41f10c4921bc73c22930573f1
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.