diff for duplicates of <20160106203530.GA5177@mwanda> diff --git a/a/1.txt b/N1/1.txt index ec8f934..4283482 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,8 @@ On Wed, Jan 06, 2016 at 03:27:38PM -0500, David Miller wrote: > > - ((buffer_prefix_content->priv_data_size + OFFSET_UNITS) & > > - ~(u16)(OFFSET_UNITS - 1)) : > > - buffer_prefix_content->priv_data_size); -> > + int_context_data_copy->ext_buf_offset > > + (u16)ALIGN(buffer_prefix_content->priv_data_size, 16); +> > + int_context_data_copy->ext_buf_offset = +> > + (u16)ALIGN(buffer_prefix_content->priv_data_size, 16); > > Why are you using '16' instead of OFFSET_UNITS? diff --git a/a/content_digest b/N1/content_digest index 03625c4..0b674aa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020160106.152738.341986591893293965.davem@davemloft.net\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [patch -next] fsl/fman: use the ALIGN() macro\0" - "Date\0Wed, 06 Jan 2016 20:35:30 +0000\0" + "Date\0Wed, 6 Jan 2016 23:35:30 +0300\0" "To\0David Miller <davem@davemloft.net>\0" "Cc\0igal.liberman@freescale.com" netdev@vger.kernel.org @@ -26,7 +26,8 @@ "> > -\t\t((buffer_prefix_content->priv_data_size + OFFSET_UNITS) &\n" "> > -\t\t\t~(u16)(OFFSET_UNITS - 1)) :\n" "> > -\t\tbuffer_prefix_content->priv_data_size);\n" - "> > +\tint_context_data_copy->ext_buf_offset > > +\t\t(u16)ALIGN(buffer_prefix_content->priv_data_size, 16);\n" + "> > +\tint_context_data_copy->ext_buf_offset =\n" + "> > +\t\t(u16)ALIGN(buffer_prefix_content->priv_data_size, 16);\n" "> \n" "> Why are you using '16' instead of OFFSET_UNITS?\n" "\n" @@ -35,4 +36,4 @@ "regards,\n" dan carpenter -69bdcd3dc018b4a7a548cfb957afa68841748d4f54f8bc96a78aa26b24f743e7 +7a7f54dbff346c53ca0a8d87256785b42049858ae9ff5876db0dd6fc94dfe32f
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.