aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/leds-regulator.h
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2011-04-13 09:45:45 +0200
committerJiri Kosina <jkosina@suse.cz>2011-04-13 11:11:43 +0200
commitedb2fd9524cc2a55fb5a2e878b6e4e83f9e63fd0 (patch)
tree0c3ed90413f074f81daf0cf04a3f960f07b4e024 /include/linux/leds-regulator.h
parenttty: fix typo in descripton of tty_termios_encode_baud_rate (diff)
downloadlinux-dev-edb2fd9524cc2a55fb5a2e878b6e4e83f9e63fd0.tar.xz
linux-dev-edb2fd9524cc2a55fb5a2e878b6e4e83f9e63fd0.zip
include/linux/leds-regulator.h: fix syntax in example code
Fix struct field initializer syntax in some example code from a comment, this will make copying and pasting the code more straightforward. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/leds-regulator.h')
-rw-r--r--include/linux/leds-regulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/leds-regulator.h b/include/linux/leds-regulator.h
index 5a8eb389aab8..e2337a8c90b0 100644
--- a/include/linux/leds-regulator.h
+++ b/include/linux/leds-regulator.h
@@ -16,7 +16,7 @@
* Use "vled" as supply id when declaring the regulator consumer:
*
* static struct regulator_consumer_supply pcap_regulator_VVIB_consumers [] = {
- * { .dev_name = "leds-regulator.0", supply = "vled" },
+ * { .dev_name = "leds-regulator.0", .supply = "vled" },
* };
*
* If you have several regulator driven LEDs, you can append a numerical id to