public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/6] regulator: Fix typo
@ 2008-09-19 17:39 Liam Girdwood
       [not found] ` <328e43f00809201317o233f0b10ybb7fb5b5278c22f2@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Liam Girdwood @ 2008-09-19 17:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Mark Brown

Fixes a small typo.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
---
 include/linux/regulator/driver.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index e7cbeda..2a37528 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -51,7 +51,7 @@ struct regulator_ops {
 					  int output_uV, int load_uA);
 
 	/* the operations below are for configuration of regulator state when
-	 * it's parent PMIC enters a global STANBY/HIBERNATE state */
+	 * it's parent PMIC enters a global STANDBY/HIBERNATE state */
 
 	/* set regulator suspend voltage */
 	int (*set_suspend_voltage) (struct regulator_dev *, int uV);
-- 
1.5.4.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-22 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 17:39 [PATCH 2/6] regulator: Fix typo Liam Girdwood
     [not found] ` <328e43f00809201317o233f0b10ybb7fb5b5278c22f2@mail.gmail.com>
2008-09-22 11:26   ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox