mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
clk: Fix typo in header comment
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
68886a9941
commit
52029b783b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ int of_xlate(struct clk *clock, struct ofnode_phandle_args *args);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* request() - Request a translated clock.
|
* request() - Request a translated clock.
|
||||||
* @clock: The clock struct to request; this has been fille in by
|
* @clock: The clock struct to request; this has been filled in by
|
||||||
* a previoux xxx_xlate() function call, or by the caller
|
* a previoux xxx_xlate() function call, or by the caller
|
||||||
* of clk_request().
|
* of clk_request().
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue