diff options
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r-- | 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 e9d36b3e49de..024cd07870d0 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h | |||
@@ -132,8 +132,8 @@ int clk_get_phase(struct clk *clk); | |||
132 | * @q: clk compared against p | 132 | * @q: clk compared against p |
133 | * | 133 | * |
134 | * Returns true if the two struct clk pointers both point to the same hardware | 134 | * Returns true if the two struct clk pointers both point to the same hardware |
135 | * clock node. Put differently, returns true if struct clk *p and struct clk *q | 135 | * clock node. Put differently, returns true if @p and @q |
136 | * share the same struct clk_core object. | 136 | * share the same &struct clk_core object. |
137 | * | 137 | * |
138 | * Returns false otherwise. Note that two NULL clks are treated as matching. | 138 | * Returns false otherwise. Note that two NULL clks are treated as matching. |
139 | */ | 139 | */ |