public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/acpi: add the missing '='
@ 2015-01-15 13:59 Yaowei Bai
  2015-01-28 19:08 ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Yaowei Bai @ 2015-01-15 13:59 UTC (permalink / raw)
  To: rjw, lenb, corbet; +Cc: linux-acpi, linux-doc, linux-kernel

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
---
 Documentation/acpi/enumeration.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/acpi/enumeration.txt b/Documentation/acpi/enumeration.txt
index b60d2ab..9b121a5 100644
--- a/Documentation/acpi/enumeration.txt
+++ b/Documentation/acpi/enumeration.txt
@@ -243,7 +243,7 @@ input driver:
 			.owner	= THIS_MODULE,
 			.pm	= &mpu3050_pm,
 			.of_match_table = mpu3050_of_match,
-			.acpi_match_table  ACPI_PTR(mpu3050_acpi_match),
+			.acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
 		},
 		.probe		= mpu3050_probe,
 		.remove		= mpu3050_remove,
-- 
1.9.1



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

end of thread, other threads:[~2015-01-29  1:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 13:59 [PATCH] Documentation/acpi: add the missing '=' Yaowei Bai
2015-01-28 19:08 ` Jonathan Corbet
2015-01-28 20:12   ` Rafael J. Wysocki
2015-01-28 22:04     ` Jonathan Corbet
2015-01-29  1:57       ` 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