diff mbox

ACPI: fix obsolete comments

Message ID 1358390867.20319.0.camel@rzhang1-mobl4 (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Zhang, Rui Jan. 17, 2013, 2:47 a.m. UTC
From 60d772572f78d78fbf4430a77599532826b55a12 Mon Sep 17 00:00:00 2001
From: Zhang Rui <rui.zhang@intel.com>
Date: Wed, 16 Jan 2013 20:01:01 +0800
Subject: [PATCH] ACPI: fix obsolete comments

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
 drivers/acpi/custom_method.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael Wysocki Jan. 17, 2013, 1:35 p.m. UTC | #1
On Thursday, January 17, 2013 10:47:47 AM Zhang Rui wrote:
> From 60d772572f78d78fbf4430a77599532826b55a12 Mon Sep 17 00:00:00 2001
> From: Zhang Rui <rui.zhang@intel.com>
> Date: Wed, 16 Jan 2013 20:01:01 +0800
> Subject: [PATCH] ACPI: fix obsolete comments

I'm going to apply this (with a slightly different subject and changelog).

Thanks,
Rafael


> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> ---
>  drivers/acpi/custom_method.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/custom_method.c b/drivers/acpi/custom_method.c
> index 5d42c24..6adfc70 100644
> --- a/drivers/acpi/custom_method.c
> +++ b/drivers/acpi/custom_method.c
> @@ -1,5 +1,5 @@
>  /*
> - * debugfs.c - ACPI debugfs interface to userspace.
> + * custom_method.c - debugfs interface for customizing ACPI control method
>   */
>  
>  #include <linux/init.h>
>
diff mbox

Patch

diff --git a/drivers/acpi/custom_method.c b/drivers/acpi/custom_method.c
index 5d42c24..6adfc70 100644
--- a/drivers/acpi/custom_method.c
+++ b/drivers/acpi/custom_method.c
@@ -1,5 +1,5 @@ 
 /*
- * debugfs.c - ACPI debugfs interface to userspace.
+ * custom_method.c - debugfs interface for customizing ACPI control method
  */
 
 #include <linux/init.h>