Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPICA: Clean up double word in comment

ACPICA commit 01f43b049722fa7613fca3c9fa657b150fae8ac1

Remove the second 'know' and 'than'.

Link: https://github.com/acpica/acpica/commit/01f43b04
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Tom Rix and committed by
Rafael J. Wysocki
1cf0cee1 e468e39f

+2 -2
+1 -1
drivers/acpi/acpica/exfldio.c
··· 104 104 #ifdef ACPI_UNDER_DEVELOPMENT 105 105 /* 106 106 * If the Field access is any_acc, we can now compute the optimal 107 - * access (because we know know the length of the parent region) 107 + * access (because we know the length of the parent region) 108 108 */ 109 109 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { 110 110 if (ACPI_FAILURE(status)) {
+1 -1
drivers/acpi/acpica/hwregs.c
··· 446 446 * RETURN: Status 447 447 * 448 448 * DESCRIPTION: Write the PM1 A/B control registers. These registers are 449 - * different than than the PM1 A/B status and enable registers 449 + * different than the PM1 A/B status and enable registers 450 450 * in that different values can be written to the A/B registers. 451 451 * Most notably, the SLP_TYP bits can be different, as per the 452 452 * values returned from the _Sx predefined methods.