diff for duplicates of <5fa01979-9ca2-32d0-bece-c33902a5259b@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index e2d13fe..ba01b38 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ index cda03f0..d2029db 100644 - fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL); + fibctx = kmalloc(sizeof(*fibctx), GFP_KERNEL); - if (fibctx = NULL) { + if (fibctx == NULL) { status = -ENOMEM; } else { @@ -186,7 +186,7 @@ static int open_getadapter_fib(struct aac_dev * dev, void __user *arg) diff --git a/a/content_digest b/N1/content_digest index cbadb80..f2258bf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\040d8607f-3934-c31f-3791-ef6a67d65d45@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH 6/7] aacraid: Improve determination of a few sizes\0" - "Date\0Sun, 21 Aug 2016 07:27:19 +0000\0" + "Date\0Sun, 21 Aug 2016 09:27:19 +0200\0" "To\0linux-scsi@vger.kernel.org" aacraid@microsemi.com James E. J. Bottomley <jejb@linux.vnet.ibm.com> @@ -34,7 +34,7 @@ " \n" "-\tfibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL);\n" "+\tfibctx = kmalloc(sizeof(*fibctx), GFP_KERNEL);\n" - " \tif (fibctx = NULL) {\n" + " \tif (fibctx == NULL) {\n" " \t\tstatus = -ENOMEM;\n" " \t} else {\n" "@@ -186,7 +186,7 @@ static int open_getadapter_fib(struct aac_dev * dev, void __user *arg)\n" @@ -67,4 +67,4 @@ "-- \n" 2.9.3 -72ff57af4753e0c1b97647e52b8ec19ce8616ed3ae1e87e997abfa27dca755a8 +789625083e5b03b522162bd7dd73d85b96f5b219121e0c1516b3596fc99cfe78
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.