diff for duplicates of <1457722505.4654.8.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index 122e17d..50014a5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,8 +37,8 @@ On Fri, 2016-03-11 at 10:39 -0800, Justin Chen wrote: > + product_id >> 28 ? > + product_id >> 16 : product_id >> 8); > + soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%c%d", -> + ????(char)(((product_id & 0xff) >> 4) + 65), -> + ?????product_id & 0xf); +> + (char)(((product_id & 0xff) >> 4) + 65), +> + product_id & 0xf); This might be easier to read as: diff --git a/a/content_digest b/N1/content_digest index 72c0a90..f6a9033 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ "ref\01457721579-9646-1-git-send-email-justinpopo6@gmail.com\0" - "From\0joe@perches.com (Joe Perches)\0" - "Subject\0[PATCH v2] bsp: add SoC driver to brcmstb\0" + "From\0Joe Perches <joe@perches.com>\0" + "Subject\0Re: [PATCH v2] bsp: add SoC driver to brcmstb\0" "Date\0Fri, 11 Mar 2016 10:55:05 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Justin Chen <justinpopo6@gmail.com>" + " linux-kernel@vger.kernel.org\0" + "Cc\0bcm-kernel-feedback-list@broadcom.com" + f.fainelli@gmail.com + linux-arm-kernel@lists.infradead.org + arnd@arndb.de + " Justin Chen <justin.chen@broadcom.com>\0" "\00:1\0" "b\0" "On Fri, 2016-03-11 at 10:39 -0800, Justin Chen wrote:\n" @@ -44,8 +50,8 @@ "> +\t\t\t\t\tproduct_id >> 28 ?\n" "> +\t\t\t\t\tproduct_id >> 16 : product_id >> 8);\n" "> +\tsoc_dev_attr->revision = kasprintf(GFP_KERNEL, \"%c%d\",\n" - "> +\t\t\t\t????(char)(((product_id & 0xff) >> 4) + 65),\n" - "> +\t\t\t\t?????product_id & 0xf);\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240(char)(((product_id & 0xff) >> 4) + 65),\n" + "> +\t\t\t\t\302\240\302\240\302\240\302\240\302\240product_id & 0xf);\n" "\n" "This might be easier to read as:\n" "\n" @@ -70,4 +76,4 @@ "> +}\n" > +arch_initcall(brcmstb_soc_device_init); -dcd6e42ecc160cd51337d507a4188c2197640f4c66a33f3766240b64c5f3404e +b30d0e209ac0fcb5d84d506003f7013ee53a2f886229f7542d712d0a6924b090
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.