Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI: OSI: Shoot duplicate word
@ 2019-11-05 10:15 Shiyang Ruan
  2019-11-13 10:56 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Shiyang Ruan @ 2019-11-05 10:15 UTC (permalink / raw)
  To: linux-acpi, linux-kernel; +Cc: rjw, lenb, Cao jin

From: Cao jin <caoj.fnst@cn.fujitsu.com>

"this" is duplicated.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 drivers/acpi/osi.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c
index bec0bebc7f52..9f6853809138 100644
--- a/drivers/acpi/osi.c
+++ b/drivers/acpi/osi.c
@@ -473,9 +473,9 @@ static const struct dmi_system_id acpi_osi_dmi_table[] __initconst = {
 	 */
 
 	/*
-	 * Without this this EEEpc exports a non working WMI interface, with
-	 * this it exports a working "good old" eeepc_laptop interface, fixing
-	 * both brightness control, and rfkill not working.
+	 * Without this EEEpc exports a non working WMI interface, with
+	 * this it exports a working "good old" eeepc_laptop interface,
+	 * fixing both brightness control, and rfkill not working.
 	 */
 	{
 	.callback = dmi_enable_osi_linux,
-- 
2.21.0




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

end of thread, other threads:[~2019-11-13 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05 10:15 [PATCH] ACPI: OSI: Shoot duplicate word Shiyang Ruan
2019-11-13 10:56 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox