diff for duplicates of <20150210101023.GF5206@mwanda> diff --git a/a/1.txt b/N1/1.txt index 58035ef..990510f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,8 @@ On Tue, Feb 10, 2015 at 09:55:03AM +0100, Quentin Lambert wrote: > static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags) > { -> - struct oz_endpoint *ep > - kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags); +> - struct oz_endpoint *ep = +> - kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags); > + struct oz_endpoint *ep; > + > + ep = kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags); diff --git a/a/content_digest b/N1/content_digest index 235e10f..e130ba1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150210085503.GA10872@sloth\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH 1/1] staging: ozwpan: Remove allocation from delaration line\0" - "Date\0Tue, 10 Feb 2015 10:10:23 +0000\0" + "Date\0Tue, 10 Feb 2015 13:10:23 +0300\0" "To\0Quentin Lambert <lambert.quentin@gmail.com>\0" "Cc\0Shigekatsu Tateno <shigekatsu.tateno@atmel.com>" Greg Kroah-Hartman <gregkh@linuxfoundation.org> @@ -13,7 +13,8 @@ "On Tue, Feb 10, 2015 at 09:55:03AM +0100, Quentin Lambert wrote:\n" "> static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags)\n" "> {\n" - "> -\tstruct oz_endpoint *ep > -\t\tkzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n" + "> -\tstruct oz_endpoint *ep =\n" + "> -\t\tkzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n" "> +\tstruct oz_endpoint *ep;\n" "> +\n" "> +\tep = kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n" @@ -33,4 +34,4 @@ "regards,\n" dan carpenter -a726d258238d63710cfa455a9c496c82e868aa85b6421cdd82fdefa75869e7ef +d744c12ce3afd61cede86f27c2882b8b5b7470280c10c67dfc8eb5841eb4079a
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.