[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1225273617-31798-1-git-send-email-w.sang@pengutronix.de>
Date: Wed, 29 Oct 2008 10:46:57 +0100
From: Wolfram Sang <w.sang@...gutronix.de>
To: rpurdie@...ys.net
Cc: linux-kernel@...r.kernel.org, Wolfram Sang <w.sang@...gutronix.de>
Subject: [PATCH] led/leds.h: trivial - make naming consistent
There is one place where the struct led_classdev as the function
argument is named differently. Fix it.
Signed-off-by: Wolfram Sang <w.sang@...gutronix.de>
---
include/linux/leds.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/leds.h b/include/linux/leds.h
index d3a73f5..3c1a8ce 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -62,7 +62,7 @@ struct led_classdev {
extern int led_classdev_register(struct device *parent,
struct led_classdev *led_cdev);
-extern void led_classdev_unregister(struct led_classdev *lcd);
+extern void led_classdev_unregister(struct led_classdev *led_cdev);
extern void led_classdev_suspend(struct led_classdev *led_cdev);
extern void led_classdev_resume(struct led_classdev *led_cdev);
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists