mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
fix typos concerning "precedence"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
dcf1b0be18
commit
bd06cac82c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static DEFINE_MUTEX(clocks_mutex);
|
||||||
* If an entry has a device ID, it must match
|
* If an entry has a device ID, it must match
|
||||||
* If an entry has a connection ID, it must match
|
* If an entry has a connection ID, it must match
|
||||||
* Then we take the most specific entry - with the following
|
* Then we take the most specific entry - with the following
|
||||||
* order of precidence: dev+con > dev only > con only.
|
* order of precedence: dev+con > dev only > con only.
|
||||||
*/
|
*/
|
||||||
static struct clk *clk_find(const char *dev_id, const char *con_id)
|
static struct clk *clk_find(const char *dev_id, const char *con_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue