diff for duplicates of <20190317110022.GA10411@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 61bf124..9d4daa0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,15 +18,15 @@ On Sat, Mar 16, 2019 at 12:01:09AM +0000, Jules Irenge wrote: > -void sm750_set_chip_type(unsigned short devId, u8 revId) > +void sm750_set_chip_type(unsigned short dev_id, u8 rev_id) > { -> - if (devId = 0x718) { -> + if (dev_id = 0x718) { +> - if (devId == 0x718) { +> + if (dev_id == 0x718) { > chip = SM718; -> - } else if (devId = 0x750) { -> + } else if (dev_id = 0x750) { +> - } else if (devId == 0x750) { +> + } else if (dev_id == 0x750) { > chip = SM750; > /* SM750 and SM750LE are different in their revision ID only. */ -> - if (revId = SM750LE_REVISION_ID) { -> + if (rev_id = SM750LE_REVISION_ID) { +> - if (revId == SM750LE_REVISION_ID) { +> + if (rev_id == SM750LE_REVISION_ID) { > chip = SM750LE; > pr_info("found sm750le\n"); > } diff --git a/a/content_digest b/N1/content_digest index ab43c80..97cb947 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,10 @@ "ref\020190316000109.22244-1-jbi.octave@gmail.com\0" "From\0Greg KH <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH] staging: sm759fb: fix camelcase check issue\0" - "Date\0Sun, 17 Mar 2019 11:00:22 +0000\0" - "To\0linux-fbdev@vger.kernel.org\0" + "Date\0Sun, 17 Mar 2019 12:00:22 +0100\0" + "To\0Jules Irenge <jbi.octave@gmail.com>\0" + "Cc\0linux-fbdev@vger.kernel.org" + " outreachy-kernel@googlegroups.com\0" "\00:1\0" "b\0" "On Sat, Mar 16, 2019 at 12:01:09AM +0000, Jules Irenge wrote:\n" @@ -25,15 +27,15 @@ "> -void sm750_set_chip_type(unsigned short devId, u8 revId)\n" "> +void sm750_set_chip_type(unsigned short dev_id, u8 rev_id)\n" "> {\n" - "> -\tif (devId = 0x718) {\n" - "> +\tif (dev_id = 0x718) {\n" + "> -\tif (devId == 0x718) {\n" + "> +\tif (dev_id == 0x718) {\n" "> \t\tchip = SM718;\n" - "> -\t} else if (devId = 0x750) {\n" - "> +\t} else if (dev_id = 0x750) {\n" + "> -\t} else if (devId == 0x750) {\n" + "> +\t} else if (dev_id == 0x750) {\n" "> \t\tchip = SM750;\n" "> \t\t/* SM750 and SM750LE are different in their revision ID only. */\n" - "> -\t\tif (revId = SM750LE_REVISION_ID) {\n" - "> +\t\tif (rev_id = SM750LE_REVISION_ID) {\n" + "> -\t\tif (revId == SM750LE_REVISION_ID) {\n" + "> +\t\tif (rev_id == SM750LE_REVISION_ID) {\n" "> \t\t\tchip = SM750LE;\n" "> \t\t\tpr_info(\"found sm750le\\n\");\n" "> \t\t}\n" @@ -43,4 +45,4 @@ "\n" This patch does not apply to my tree at all :( -cbee15cceb3dfa012eab768a431d2062271428e9c674cecae8e7dd70d43c8c26 +d257359af303a3b63531aeae8b34ba9a5cd9a8ddb07fe2e1eaf26624ae2c5581
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.