diff for duplicates of <20180927053508.GB27637@Red> diff --git a/a/content_digest b/N1/content_digest index 1465352..16bc5ae 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,9 @@ "ref\01537815856-31728-3-git-send-email-clabbe@baylibre.com\0" "ref\04a63152f-9eca-f7d9-8fe6-59caaab33666@c-s.fr\0" "From\0clabbe@baylibre.com (LABBE Corentin)\0" - "Subject\0[Cocci] [PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" + "Subject\0[PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" "Date\0Thu, 27 Sep 2018 07:35:08 +0200\0" - "To\0cocci@systeme.lip6.fr\0" + "To\0linus-amlogic@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, Sep 25, 2018 at 07:05:00AM +0200, Christophe LEROY wrote:\n" @@ -101,4 +101,4 @@ "Regards\n" Corentin Labbe -3a7692b29fe13a98854d98a2e5d15cc5ff999ccc86470b0427c23419c8ea9d4d +8cbb7dc39f02d0192a9fe80957a9f9674af868c3ce2e03e04b8f7dd543d47fc2
diff --git a/a/1.txt b/N2/1.txt index 03c3a6f..d8c936a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ On Tue, Sep 25, 2018 at 07:05:00AM +0200, Christophe LEROY wrote: > > -> Le 24/09/2018 ? 21:04, Corentin Labbe a ?crit?: +> Le 24/09/2018 à 21:04, Corentin Labbe a écrit : > > This patch adds setbits32/clrbits32/clrsetbits32 and > > setbits64/clrbits64/clrsetbits64 in linux/setbits.h header. > @@ -30,7 +30,7 @@ On Tue, Sep 25, 2018 at 07:05:00AM +0200, Christophe LEROY wrote: > > + writefunction((readfunction(addr) | (set)), addr) > > You don't need so long names for parameters in a 2 lines macro (See -> Linux Kernel Codying style ?4 Naming). +> Linux Kernel Codying style §4 Naming). > > A single line macro would be feasible with only 3 chars names: > diff --git a/a/content_digest b/N2/content_digest index 1465352..7de658b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,16 +1,48 @@ "ref\01537815856-31728-1-git-send-email-clabbe@baylibre.com\0" "ref\01537815856-31728-3-git-send-email-clabbe@baylibre.com\0" "ref\04a63152f-9eca-f7d9-8fe6-59caaab33666@c-s.fr\0" - "From\0clabbe@baylibre.com (LABBE Corentin)\0" - "Subject\0[Cocci] [PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" + "From\0LABBE Corentin <clabbe@baylibre.com>\0" + "Subject\0Re: [PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" "Date\0Thu, 27 Sep 2018 07:35:08 +0200\0" - "To\0cocci@systeme.lip6.fr\0" + "To\0Christophe LEROY <christophe.leroy@c-s.fr>\0" + "Cc\0Gilles.Muller@lip6.fr" + Julia.Lawall@lip6.fr + agust@denx.de + airlied@linux.ie + alexandre.torgue@st.com + alistair@popple.id.au + benh@kernel.crashing.org + carlo@caione.org + davem@davemloft.net + galak@kernel.crashing.org + joabreu@synopsys.com + khilman@baylibre.com + maxime.ripard@bootlin.com + michal.lkml@markovi.net + mpe@ellerman.id.au + mporter@kernel.crashing.org + narmstrong@baylibre.com + nicolas.palix@imag.fr + oss@buserror.net + paulus@samba.org + peppe.cavallaro@st.com + tj@kernel.org + vitb@kernel.crashing.org + wens@csie.org + netdev@vger.kernel.org + linux-kernel@vger.kernel.org + dri-devel@lists.freedesktop.org + linux-ide@vger.kernel.org + linux-amlogic@lists.infradead.org + linuxppc-dev@lists.ozlabs.org + cocci@systeme.lip6.fr + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, Sep 25, 2018 at 07:05:00AM +0200, Christophe LEROY wrote:\n" "> \n" "> \n" - "> Le 24/09/2018 ? 21:04, Corentin Labbe a ?crit?:\n" + "> Le 24/09/2018 \303\240 21:04, Corentin Labbe a \303\251crit\302\240:\n" "> > This patch adds setbits32/clrbits32/clrsetbits32 and\n" "> > setbits64/clrbits64/clrsetbits64 in linux/setbits.h header.\n" "> \n" @@ -39,7 +71,7 @@ "> > +\twritefunction((readfunction(addr) | (set)), addr)\n" "> \n" "> You don't need so long names for parameters in a 2 lines macro (See \n" - "> Linux Kernel Codying style ?4 Naming).\n" + "> Linux Kernel Codying style \302\2474 Naming).\n" "> \n" "> A single line macro would be feasible with only 3 chars names:\n" "> \n" @@ -101,4 +133,4 @@ "Regards\n" Corentin Labbe -3a7692b29fe13a98854d98a2e5d15cc5ff999ccc86470b0427c23419c8ea9d4d +d6272b0e8eee28ad7280d488e686a379c8b47c8df2b8a9a4a391b09e8cb6acc7
diff --git a/a/content_digest b/N3/content_digest index 1465352..4f639e4 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,9 +2,9 @@ "ref\01537815856-31728-3-git-send-email-clabbe@baylibre.com\0" "ref\04a63152f-9eca-f7d9-8fe6-59caaab33666@c-s.fr\0" "From\0clabbe@baylibre.com (LABBE Corentin)\0" - "Subject\0[Cocci] [PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" + "Subject\0[PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h\0" "Date\0Thu, 27 Sep 2018 07:35:08 +0200\0" - "To\0cocci@systeme.lip6.fr\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, Sep 25, 2018 at 07:05:00AM +0200, Christophe LEROY wrote:\n" @@ -101,4 +101,4 @@ "Regards\n" Corentin Labbe -3a7692b29fe13a98854d98a2e5d15cc5ff999ccc86470b0427c23419c8ea9d4d +ab53338baafe460d2673c33a7f39e2f9811ffc491d48dafe2e3924ef8ead8e2e
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.