Skip to content

Commit a8ab8ef

Browse files
Tom Rixrafaeljw
authored andcommitted
ACPI: clean up double words in two comments
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>
1 parent cfb9244 commit a8ab8ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/acpi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ config ACPI_IPMI
302302
help
303303
This driver enables the ACPI to access the BMC controller. And it
304304
uses the IPMI request/response message to communicate with BMC
305-
controller, which can be found on on the server.
305+
controller, which can be found on the server.
306306

307307
To compile this driver as a module, choose M here:
308308
the module will be called as acpi_ipmi.

drivers/acpi/pci_link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static acpi_status acpi_pci_link_check_current(struct acpi_resource *resource,
185185
if (!p || !p->interrupt_count) {
186186
/*
187187
* IRQ descriptors may have no IRQ# bits set,
188-
* particularly those those w/ _STA disabled
188+
* particularly those w/ _STA disabled
189189
*/
190190
pr_debug("Blank _CRS IRQ resource\n");
191191
return AE_OK;

0 commit comments

Comments
 (0)