mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
reset: Remove copy'n'paste redundancy in the comments
It seems the commit bb475230b8
("reset: make optional functions really optional")
brought couple of redundant lines in the comments.
Drop them here.
Cc: Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
9c41152cfd
commit
b89a8da92d
1 changed files with 0 additions and 2 deletions
|
@ -334,7 +334,6 @@ EXPORT_SYMBOL_GPL(reset_control_reset);
|
||||||
* internal state to be reset, but must be prepared for this to happen.
|
* internal state to be reset, but must be prepared for this to happen.
|
||||||
* Consumers must not use reset_control_reset on shared reset lines when
|
* Consumers must not use reset_control_reset on shared reset lines when
|
||||||
* reset_control_(de)assert has been used.
|
* reset_control_(de)assert has been used.
|
||||||
* return 0.
|
|
||||||
*
|
*
|
||||||
* If rstc is NULL it is an optional reset and the function will just
|
* If rstc is NULL it is an optional reset and the function will just
|
||||||
* return 0.
|
* return 0.
|
||||||
|
@ -393,7 +392,6 @@ EXPORT_SYMBOL_GPL(reset_control_assert);
|
||||||
* After calling this function, the reset is guaranteed to be deasserted.
|
* After calling this function, the reset is guaranteed to be deasserted.
|
||||||
* Consumers must not use reset_control_reset on shared reset lines when
|
* Consumers must not use reset_control_reset on shared reset lines when
|
||||||
* reset_control_(de)assert has been used.
|
* reset_control_(de)assert has been used.
|
||||||
* return 0.
|
|
||||||
*
|
*
|
||||||
* If rstc is NULL it is an optional reset and the function will just
|
* If rstc is NULL it is an optional reset and the function will just
|
||||||
* return 0.
|
* return 0.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue