diff for duplicates of <4461097.8nbt8bgEO9@medialab> diff --git a/a/1.txt b/N1/1.txt index 1bdbc33..0724452 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ wrote: > > + buffer = kmemdup(line6_request_version, > > + sizeof(line6_request_version), GFP_ATOMIC); > > -> > if (buffer = NULL) { +> > if (buffer == NULL) { > > > > dev_err(line6->ifcdev, "Out of memory"); > > return -ENOMEM; diff --git a/a/content_digest b/N1/content_digest index 14e9594..4830117 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0CAJSP0QXcv3CYE=4Ci=vRZQgHU=nDjAYx3kbbCnVgGfcn0seTDg@mail.gmail.com\0" "From\0Markus Grabner <grabner@icg.tugraz.at>\0" "Subject\0Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation\0" - "Date\0Tue, 04 Dec 2012 21:22:12 +0000\0" + "Date\0Tue, 04 Dec 2012 22:22:12 +0100\0" "To\0line6linux-devel@lists.sourceforge.net\0" "Cc\0Stefan Hajnoczi <stefanha@gmail.com>" Laurent Navet <laurent.navet@gmail.com> @@ -39,7 +39,7 @@ "> > + buffer = kmemdup(line6_request_version,\n" "> > + sizeof(line6_request_version), GFP_ATOMIC);\n" "> > \n" - "> > if (buffer = NULL) {\n" + "> > if (buffer == NULL) {\n" "> > \n" "> > dev_err(line6->ifcdev, \"Out of memory\");\n" "> > return -ENOMEM;\n" @@ -74,4 +74,4 @@ "\tKind regards,\n" "\t\tMarkus" -6728496a0fe9ab4b7ba8d8775985589190dacc878bb6441003b5b83a0a94e931 +4300c083b800658f577f954feca6cfeecdcdcc97b95d8c03e573e5f4cd6bc440
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.