diff for duplicates of <20170511210101.78409-5-cbostic@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index e2f727e..e7dc6cb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -105,7 +105,7 @@ index 0000000..cf6db46 + /* Align to 4-bits */ + bits = (bits + 3) & ~0x3; + -+ /* Calculate crc4 over four-bit nibbles, starting@the MSbit */ ++ /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ + for (i = bits - 4; i >= 0; i -= 4) + c = crc4_tab[c ^ ((x >> i) & 0xf)]; + diff --git a/a/content_digest b/N1/content_digest index 97b87e1..dea9680 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,22 @@ "ref\020170511210101.78409-1-cbostic@linux.vnet.ibm.com\0" - "From\0cbostic@linux.vnet.ibm.com (Christopher Bostic)\0" + "From\0Christopher Bostic <cbostic@linux.vnet.ibm.com>\0" "Subject\0[PATCH v7 04/23] lib: Add crc4 module\0" "Date\0Thu, 11 May 2017 16:00:41 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0robh+dt@kernel.org" + mark.rutland@arm.com + linux@armlinux.org.uk + rostedt@goodmis.org + mingo@redhat.com + gregkh@linuxfoundation.org + devicetree@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" + "Cc\0Chris Bostic <cbostic@linux.vnet.ibm.com>" + andrew@aj.id.au + alistair@popple.id.au + linux-kernel@vger.kernel.org + Jeremy Kerr <jk@ozlabs.org> + benh@kernel.crashing.org + " joel@jms.id.au\0" "\00:1\0" "b\0" "From: Jeremy Kerr <jk@ozlabs.org>\n" @@ -112,7 +126,7 @@ "+\t/* Align to 4-bits */\n" "+\tbits = (bits + 3) & ~0x3;\n" "+\n" - "+\t/* Calculate crc4 over four-bit nibbles, starting@the MSbit */\n" + "+\t/* Calculate crc4 over four-bit nibbles, starting at the MSbit */\n" "+\tfor (i = bits - 4; i >= 0; i -= 4)\n" "+\t\tc = crc4_tab[c ^ ((x >> i) & 0xf)];\n" "+\n" @@ -125,4 +139,4 @@ "-- \n" 1.8.2.2 -ba10efefd91694c5d658ef11d596a5927985a0fc3a98b981d8bedb07a08bff38 +9c846bd183520d439d03b817dde0144cc0ece52d4f5bdc5718fdaf61d3cdce34
diff --git a/a/1.txt b/N2/1.txt index e2f727e..e7dc6cb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -105,7 +105,7 @@ index 0000000..cf6db46 + /* Align to 4-bits */ + bits = (bits + 3) & ~0x3; + -+ /* Calculate crc4 over four-bit nibbles, starting@the MSbit */ ++ /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ + for (i = bits - 4; i >= 0; i -= 4) + c = crc4_tab[c ^ ((x >> i) & 0xf)]; + diff --git a/a/content_digest b/N2/content_digest index 97b87e1..aa88d43 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,22 @@ "ref\020170511210101.78409-1-cbostic@linux.vnet.ibm.com\0" - "From\0cbostic@linux.vnet.ibm.com (Christopher Bostic)\0" + "From\0Christopher Bostic <cbostic@linux.vnet.ibm.com>\0" "Subject\0[PATCH v7 04/23] lib: Add crc4 module\0" "Date\0Thu, 11 May 2017 16:00:41 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0robh+dt@kernel.org" + mark.rutland@arm.com + linux@armlinux.org.uk + rostedt@goodmis.org + mingo@redhat.com + gregkh@linuxfoundation.org + devicetree@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" + "Cc\0Jeremy Kerr <jk@ozlabs.org>" + joel@jms.id.au + linux-kernel@vger.kernel.org + andrew@aj.id.au + alistair@popple.id.au + benh@kernel.crashing.org + " Chris Bostic <cbostic@linux.vnet.ibm.com>\0" "\00:1\0" "b\0" "From: Jeremy Kerr <jk@ozlabs.org>\n" @@ -112,7 +126,7 @@ "+\t/* Align to 4-bits */\n" "+\tbits = (bits + 3) & ~0x3;\n" "+\n" - "+\t/* Calculate crc4 over four-bit nibbles, starting@the MSbit */\n" + "+\t/* Calculate crc4 over four-bit nibbles, starting at the MSbit */\n" "+\tfor (i = bits - 4; i >= 0; i -= 4)\n" "+\t\tc = crc4_tab[c ^ ((x >> i) & 0xf)];\n" "+\n" @@ -125,4 +139,4 @@ "-- \n" 1.8.2.2 -ba10efefd91694c5d658ef11d596a5927985a0fc3a98b981d8bedb07a08bff38 +930e5ef07b7cb7ad885bd1a3b0f84117e2e4780f62c40166a2070873b2dbe411
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.