diff for duplicates of <20200713122247.10985-26-refactormyself@gmail.com> diff --git a/a/1.txt b/N1/1.txt index d107aad..8830528 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -60,8 +60,3 @@ index 77130f035fdd..19e9a211c23e 100644 continue; -- 2.18.2 - -_______________________________________________ -Linux-kernel-mentees mailing list -Linux-kernel-mentees@lists.linuxfoundation.org -https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees diff --git a/a/content_digest b/N1/content_digest index fbaa2a1..5135b6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,17 @@ "ref\020200713122247.10985-1-refactormyself@gmail.com\0" "From\0Saheed O. Bolarinwa <refactormyself@gmail.com>\0" - "Subject\0[Linux-kernel-mentees] [RFC PATCH 25/35] sh: Tidy Success/Failure checks\0" + "Subject\0[RFC PATCH 25/35] sh: Tidy Success/Failure checks\0" "Date\0Mon, 13 Jul 2020 14:22:37 +0200\0" "To\0helgaas@kernel.org" Yoshinori Sato <ysato@users.sourceforge.jp> " Rich Felker <dalias@libc.org>\0" - "Cc\0linux-sh@vger.kernel.org" - Saheed O. Bolarinwa <refactormyself@gmail.com> - linux-kernel@vger.kernel.org + "Cc\0Saheed O. Bolarinwa <refactormyself@gmail.com>" + bjorn@helgaas.com + skhan@linuxfoundation.org linux-pci@vger.kernel.org - " linux-kernel-mentees@lists.linuxfoundation.org\0" + linux-kernel-mentees@lists.linuxfoundation.org + linux-kernel@vger.kernel.org + " linux-sh@vger.kernel.org\0" "\00:1\0" "b\0" "Remove unnecessary check for 0.\n" @@ -73,11 +75,6 @@ " \t\tif (status == 0xffff)\n" " \t\t\tcontinue;\n" "-- \n" - "2.18.2\n" - "\n" - "_______________________________________________\n" - "Linux-kernel-mentees mailing list\n" - "Linux-kernel-mentees@lists.linuxfoundation.org\n" - https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees + 2.18.2 -644605ab35486cd838d5bec3b17b85fcb1c2bb028ce7f83030e2da0240847978 +0f2eb2a2a86f7b5d2bc6dea25a7c7e154878f19e91bc92fb106f1e026b7c4a30
diff --git a/a/1.txt b/N2/1.txt index d107aad..9448712 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,11 +17,10 @@ index ee27cdfd3e68..676907e6a514 100644 if (PCI_FUNC(pci_devfn)) continue; if (early_read_config_word(hose, top_bus, current_bus, -- pci_devfn, PCI_VENDOR_ID, &vid) != -- 0) +- pci_devfn, PCI_VENDOR_ID, &vid) !- 0) + pci_devfn, PCI_VENDOR_ID, &vid)) continue; - if (vid == 0xffff) + if (vid = 0xffff) continue; diff --git a/arch/sh/drivers/pci/ops-sh7786.c b/arch/sh/drivers/pci/ops-sh7786.c index 7c329e467360..c1be0ac2508a 100644 @@ -56,12 +55,7 @@ index 77130f035fdd..19e9a211c23e 100644 - if (ret != 0) + if (ret) continue; - if (status == 0xffff) + if (status = 0xffff) continue; -- 2.18.2 - -_______________________________________________ -Linux-kernel-mentees mailing list -Linux-kernel-mentees@lists.linuxfoundation.org -https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees diff --git a/a/content_digest b/N2/content_digest index fbaa2a1..ddc74cb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020200713122247.10985-1-refactormyself@gmail.com\0" "From\0Saheed O. Bolarinwa <refactormyself@gmail.com>\0" - "Subject\0[Linux-kernel-mentees] [RFC PATCH 25/35] sh: Tidy Success/Failure checks\0" - "Date\0Mon, 13 Jul 2020 14:22:37 +0200\0" + "Subject\0[RFC PATCH 25/35] sh: Tidy Success/Failure checks\0" + "Date\0Mon, 13 Jul 2020 12:22:37 +0000\0" "To\0helgaas@kernel.org" Yoshinori Sato <ysato@users.sourceforge.jp> " Rich Felker <dalias@libc.org>\0" @@ -31,11 +31,10 @@ " \t\tif (PCI_FUNC(pci_devfn))\n" " \t\t\tcontinue;\n" " \t\tif (early_read_config_word(hose, top_bus, current_bus,\n" - "-\t\t\t\t\t pci_devfn, PCI_VENDOR_ID, &vid) !=\n" - "-\t\t 0)\n" + "-\t\t\t\t\t pci_devfn, PCI_VENDOR_ID, &vid) !-\t\t 0)\n" "+\t\t\t\t\t pci_devfn, PCI_VENDOR_ID, &vid))\n" " \t\t\tcontinue;\n" - " \t\tif (vid == 0xffff)\n" + " \t\tif (vid = 0xffff)\n" " \t\t\tcontinue;\n" "diff --git a/arch/sh/drivers/pci/ops-sh7786.c b/arch/sh/drivers/pci/ops-sh7786.c\n" "index 7c329e467360..c1be0ac2508a 100644\n" @@ -70,14 +69,9 @@ "-\t\tif (ret != 0)\n" "+\t\tif (ret)\n" " \t\t\tcontinue;\n" - " \t\tif (status == 0xffff)\n" + " \t\tif (status = 0xffff)\n" " \t\t\tcontinue;\n" "-- \n" - "2.18.2\n" - "\n" - "_______________________________________________\n" - "Linux-kernel-mentees mailing list\n" - "Linux-kernel-mentees@lists.linuxfoundation.org\n" - https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees + 2.18.2 -644605ab35486cd838d5bec3b17b85fcb1c2bb028ce7f83030e2da0240847978 +13024fb2d018c8e9214d615fa2073c4adf63384321d842e4a1a7a9178552d1c2
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.