* [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
* Re: [PATCH] Documentation/acpi: add the missing '='
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
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2015-01-28 19:08 UTC (permalink / raw)
To: Yaowei Bai; +Cc: rjw, lenb, linux-acpi, linux-doc, linux-kernel
On Thu, 15 Jan 2015 21:59:16 +0800
Yaowei Bai <bywxiaobai@163.com> wrote:
> - .acpi_match_table ACPI_PTR(mpu3050_acpi_match),
> + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
Applied to the docs tree, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/acpi: add the missing '='
2015-01-28 19:08 ` Jonathan Corbet
@ 2015-01-28 20:12 ` Rafael J. Wysocki
2015-01-28 22:04 ` Jonathan Corbet
0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2015-01-28 20:12 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Yaowei Bai, lenb, linux-acpi, linux-doc, linux-kernel
On Wednesday, January 28, 2015 12:08:50 PM Jonathan Corbet wrote:
> On Thu, 15 Jan 2015 21:59:16 +0800
> Yaowei Bai <bywxiaobai@163.com> wrote:
>
> > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match),
> > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
>
> Applied to the docs tree, thanks.
I've applied this one too. Should I drop it?
Rafael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/acpi: add the missing '='
2015-01-28 20:12 ` Rafael J. Wysocki
@ 2015-01-28 22:04 ` Jonathan Corbet
2015-01-29 1:57 ` Rafael J. Wysocki
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2015-01-28 22:04 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Yaowei Bai, lenb, linux-acpi, linux-doc, linux-kernel
On Wed, 28 Jan 2015 21:12:36 +0100
"Rafael J. Wysocki" <rjw@rjwysocki.net> wrote:
> > On Thu, 15 Jan 2015 21:59:16 +0800
> > Yaowei Bai <bywxiaobai@163.com> wrote:
> >
> > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match),
> > > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
> >
> > Applied to the docs tree, thanks.
>
> I've applied this one too. Should I drop it?
I'll drop it, no worries.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/acpi: add the missing '='
2015-01-28 22:04 ` Jonathan Corbet
@ 2015-01-29 1:57 ` Rafael J. Wysocki
0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2015-01-29 1:57 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Yaowei Bai, lenb, linux-acpi, linux-doc, linux-kernel
On Wednesday, January 28, 2015 03:04:08 PM Jonathan Corbet wrote:
> On Wed, 28 Jan 2015 21:12:36 +0100
> "Rafael J. Wysocki" <rjw@rjwysocki.net> wrote:
>
> > > On Thu, 15 Jan 2015 21:59:16 +0800
> > > Yaowei Bai <bywxiaobai@163.com> wrote:
> > >
> > > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match),
> > > > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
> > >
> > > Applied to the docs tree, thanks.
> >
> > I've applied this one too. Should I drop it?
>
> I'll drop it, no worries.
OK, thanks!
^ permalink raw reply [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