diff for duplicates of <20201126171257.GC4978@kozik-lap> diff --git a/a/1.txt b/N1/1.txt index 6127332..b3a1a7a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On Fri, Nov 27, 2020@12:33:39AM +0900, bongsu.jeon2@gmail.com wrote: +On Fri, Nov 27, 2020 at 12:33:39AM +0900, bongsu.jeon2(a)gmail.com wrote: > From: Bongsu Jeon <bongsu.jeon@samsung.com> > > Extract the common phy blocks to reuse it. @@ -212,7 +212,7 @@ Thanks for the patch. Few comments below. > - if (!gpio_is_valid(phy->gpio_fw_wake)) > + phy->common.gpio_fw_wake = of_get_named_gpio(np, "s3fwrn5,fw-gpios", 0); -The lines here should wrap@80 character. +The lines here should wrap at 80 character. > + if (!gpio_is_valid(phy->common.gpio_fw_wake)) > return -ENODEV; diff --git a/a/content_digest b/N1/content_digest index 380c6fd..daa64f6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,11 @@ + "ref\01606404819-30647-3-git-send-email-bongsu.jeon@samsung.com\0" "From\0Krzysztof Kozlowski <krzk@kernel.org>\0" - "Subject\0[linux-nfc] Re: [PATCH net-next 3/3] nfc: s3fwrn5: extract the common phy blocks\0" + "Subject\0Re: [PATCH net-next 3/3] nfc: s3fwrn5: extract the common phy blocks\0" "Date\0Thu, 26 Nov 2020 18:12:57 +0100\0" "To\0linux-nfc@lists.01.org\0" "\01:1\0" "b\0" - "On Fri, Nov 27, 2020@12:33:39AM +0900, bongsu.jeon2@gmail.com wrote:\n" + "On Fri, Nov 27, 2020 at 12:33:39AM +0900, bongsu.jeon2(a)gmail.com wrote:\n" "> From: Bongsu Jeon <bongsu.jeon@samsung.com>\n" "> \n" "> Extract the common phy blocks to reuse it.\n" @@ -218,7 +219,7 @@ "> -\t\tif (!gpio_is_valid(phy->gpio_fw_wake))\n" "> +\t\tphy->common.gpio_fw_wake = of_get_named_gpio(np, \"s3fwrn5,fw-gpios\", 0);\n" "\n" - "The lines here should wrap@80 character.\n" + "The lines here should wrap at 80 character.\n" "\n" "> +\t\tif (!gpio_is_valid(phy->common.gpio_fw_wake))\n" "> \t\t\treturn -ENODEV;\n" @@ -363,4 +364,4 @@ "Best regards,\n" Krzysztof -2887ecc3e0c1500e54f7224931812832a0f887e439b3e086c9838084bcce8860 +37eabedd712d20b5d9a130f773334502ac78d30663072a89b7564349f4432b4d
diff --git a/a/1.txt b/N2/1.txt index 6127332..dd00302 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On Fri, Nov 27, 2020@12:33:39AM +0900, bongsu.jeon2@gmail.com wrote: +On Fri, Nov 27, 2020 at 12:33:39AM +0900, bongsu.jeon2@gmail.com wrote: > From: Bongsu Jeon <bongsu.jeon@samsung.com> > > Extract the common phy blocks to reuse it. @@ -212,7 +212,7 @@ Thanks for the patch. Few comments below. > - if (!gpio_is_valid(phy->gpio_fw_wake)) > + phy->common.gpio_fw_wake = of_get_named_gpio(np, "s3fwrn5,fw-gpios", 0); -The lines here should wrap@80 character. +The lines here should wrap at 80 character. > + if (!gpio_is_valid(phy->common.gpio_fw_wake)) > return -ENODEV; diff --git a/a/content_digest b/N2/content_digest index 380c6fd..3596fea 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,17 @@ + "ref\01606404819-30647-1-git-send-email-bongsu.jeon@samsung.com\0" + "ref\01606404819-30647-3-git-send-email-bongsu.jeon@samsung.com\0" "From\0Krzysztof Kozlowski <krzk@kernel.org>\0" - "Subject\0[linux-nfc] Re: [PATCH net-next 3/3] nfc: s3fwrn5: extract the common phy blocks\0" + "Subject\0Re: [PATCH net-next 3/3] nfc: s3fwrn5: extract the common phy blocks\0" "Date\0Thu, 26 Nov 2020 18:12:57 +0100\0" - "To\0linux-nfc@lists.01.org\0" - "\01:1\0" + "To\0bongsu.jeon2@gmail.com\0" + "Cc\0k.opasiak@samsung.com" + linux-nfc@lists.01.org + netdev@vger.kernel.org + linux-kernel@vger.kernel.org + " Bongsu Jeon <bongsu.jeon@samsung.com>\0" + "\00:1\0" "b\0" - "On Fri, Nov 27, 2020@12:33:39AM +0900, bongsu.jeon2@gmail.com wrote:\n" + "On Fri, Nov 27, 2020 at 12:33:39AM +0900, bongsu.jeon2@gmail.com wrote:\n" "> From: Bongsu Jeon <bongsu.jeon@samsung.com>\n" "> \n" "> Extract the common phy blocks to reuse it.\n" @@ -218,7 +225,7 @@ "> -\t\tif (!gpio_is_valid(phy->gpio_fw_wake))\n" "> +\t\tphy->common.gpio_fw_wake = of_get_named_gpio(np, \"s3fwrn5,fw-gpios\", 0);\n" "\n" - "The lines here should wrap@80 character.\n" + "The lines here should wrap at 80 character.\n" "\n" "> +\t\tif (!gpio_is_valid(phy->common.gpio_fw_wake))\n" "> \t\t\treturn -ENODEV;\n" @@ -363,4 +370,4 @@ "Best regards,\n" Krzysztof -2887ecc3e0c1500e54f7224931812832a0f887e439b3e086c9838084bcce8860 +922a887472fab68c826a3d269b5e8b46299200f122ac7e59a3382b52ecb4b8bc
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.