]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: clean up double words in two comments
authorTom Rix <trix@redhat.com>
Sun, 6 Feb 2022 14:58:03 +0000 (06:58 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Feb 2022 19:09:52 +0000 (20:09 +0100)
Remove the second 'on' and 'those'.

Signed-off-by: Tom Rix <trix@redhat.com>
[ rjw: Subject adjustments ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig
drivers/acpi/pci_link.c

index 273741dedfd20e615ae6cabecee8c0938505016e..1e34f846508fbc9787b874e7de43879f14e5af78 100644 (file)
@@ -302,7 +302,7 @@ config ACPI_IPMI
        help
          This driver enables the ACPI to access the BMC controller. And it
          uses the IPMI request/response message to communicate with BMC
-         controller, which can be found on on the server.
+         controller, which can be found on the server.
 
          To compile this driver as a module, choose M here:
          the module will be called as acpi_ipmi.
index d54fb8e54671d1d14cb3126c44fc2434369e828f..58647051c948a8a2fe9daec7491bc05bbf3a092d 100644 (file)
@@ -185,7 +185,7 @@ static acpi_status acpi_pci_link_check_current(struct acpi_resource *resource,
                        if (!p || !p->interrupt_count) {
                                /*
                                 * IRQ descriptors may have no IRQ# bits set,
-                                * particularly those those w/ _STA disabled
+                                * particularly those w/ _STA disabled
                                 */
                                pr_debug("Blank _CRS IRQ resource\n");
                                return AE_OK;