diff mbox

Documentation/acpi: add the missing '='

Message ID 1421330356-4051-1-git-send-email-bywxiaobai@163.com (mailing list archive)
State Deferred, archived
Delegated to: Rafael Wysocki
Headers show

Commit Message

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

Comments

Jonathan Corbet Jan. 28, 2015, 7:08 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki Jan. 28, 2015, 8:12 p.m. UTC | #2
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

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jonathan Corbet Jan. 28, 2015, 10:04 p.m. UTC | #3
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
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki Jan. 29, 2015, 1:57 a.m. UTC | #4
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!

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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,