All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI: cleanup double word in comment
@ 2022-02-06 14:58 trix
  2022-02-21 19:11 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2022-02-06 14:58 UTC (permalink / raw)
  To: rafael, lenb, bhelgaas; +Cc: linux-acpi, linux-kernel, linux-pci, Tom Rix

From: Tom Rix <trix@redhat.com>

Remove the second 'on' and 'those'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 drivers/acpi/Kconfig    | 2 +-
 drivers/acpi/pci_link.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index ba45541b1f1f8..9b93d8f328d4a 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -301,7 +301,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.
diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c
index d54fb8e54671d..58647051c948a 100644
--- a/drivers/acpi/pci_link.c
+++ b/drivers/acpi/pci_link.c
@@ -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;
-- 
2.26.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ACPI: cleanup double word in comment
  2022-02-06 14:58 [PATCH] ACPI: cleanup double word in comment trix
@ 2022-02-21 19:11 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-02-21 19:11 UTC (permalink / raw)
  To: Tom Rix
  Cc: Rafael J. Wysocki, Len Brown, Bjorn Helgaas,
	ACPI Devel Maling List, Linux Kernel Mailing List, Linux PCI

On Sun, Feb 6, 2022 at 3:58 PM <trix@redhat.com> wrote:
>
> From: Tom Rix <trix@redhat.com>
>
> Remove the second 'on' and 'those'.
>
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
>  drivers/acpi/Kconfig    | 2 +-
>  drivers/acpi/pci_link.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index ba45541b1f1f8..9b93d8f328d4a 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -301,7 +301,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.
> diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c
> index d54fb8e54671d..58647051c948a 100644
> --- a/drivers/acpi/pci_link.c
> +++ b/drivers/acpi/pci_link.c
> @@ -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;
> --

Applied as 5.18 material under a slightly adjusted subject.

Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-21 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 14:58 [PATCH] ACPI: cleanup double word in comment trix
2022-02-21 19:11 ` Rafael J. Wysocki

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.