From: "Jan-Simon Möller" <dl9pf@gmx.de>
To: dl9pf@gmx.de, trivial@kernel.org, linux-kernel@vger.kernel.org
Cc: linux@arm.linux.org.uk
Subject: [PATCH] Trivial: Fix typo in include/linux/clk.h .
Date: Mon, 23 Jul 2012 20:48:56 +0200 [thread overview]
Message-ID: <201207232048.56672.dl9pf@gmx.de> (raw)
From: Jan-Simon Möller <jansimon.moeller@gmx.de>
Signed-off-by: Jan-Simon Möller <jansimon.moeller@gmx.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org
---
include/linux/clk.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/clk.h b/include/linux/clk.h
index f7bd858..116172f 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -123,7 +123,7 @@ static inline void clk_unprepare(struct clk *clk)
/**
* clk_get - lookup and obtain a reference to a clock producer.
* @dev: device for clock "consumer"
- * @id: clock comsumer ID
+ * @id: clock consumer ID
*
* Returns a struct clk corresponding to the clock producer, or
* valid IS_ERR() condition containing errno. The implementation
@@ -140,7 +140,7 @@ struct clk *clk_get(struct device *dev, const char *id);
/**
* devm_clk_get - lookup and obtain a managed reference to a clock producer.
* @dev: device for clock "consumer"
- * @id: clock comsumer ID
+ * @id: clock consumer ID
*
* Returns a struct clk corresponding to the clock producer, or
* valid IS_ERR() condition containing errno. The implementation
--
1.7.3.4
next reply other threads:[~2012-07-23 18:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 18:48 Jan-Simon Möller [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-09 19:06 dl9pf
2012-07-09 19:09 ` Jesper Juhl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201207232048.56672.dl9pf@gmx.de \
--to=dl9pf@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome