Fixed the reset format error

Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
This commit is contained in:
yangshuyong
2023-07-27 19:57:32 +08:00
committed by Xiang Xiao
parent 6f6977d002
commit 9c4e608529
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ int reset_control_deassert(FAR struct reset_control *rstc)
* that it handles self-deasserting reset lines via .reset(). In that * that it handles self-deasserting reset lines via .reset(). In that
* case, the reset lines are deasserted by default. If that is not the * case, the reset lines are deasserted by default. If that is not the
* case, the reset controller driver should implement .deassert() and * case, the reset controller driver should implement .deassert() and
* return -ENOTSUPP. * return -ENOTSUP.
*/ */
if (!rstc->rcdev->ops->deassert) if (!rstc->rcdev->ops->deassert)