From: Randy Dunlap Date: Wed, 23 Oct 2019 03:57:06 +0000 (-0700) Subject: reset: fix reset_control_ops kerneldoc comment X-Git-Tag: v4.9.206~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f9509845f2f462f778c640a7c3e475ed2894502;p=platform%2Fkernel%2Flinux-amlogic.git reset: fix reset_control_ops kerneldoc comment [ Upstream commit f430c7ed8bc22992ed528b518da465b060b9223f ] Add a missing short description to the reset_control_ops documentation. Signed-off-by: Randy Dunlap [p.zabel@pengutronix.de: rebased and updated commit message] Signed-off-by: Philipp Zabel Signed-off-by: Sasha Levin --- diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h index db1fe67..b5542af 100644 --- a/include/linux/reset-controller.h +++ b/include/linux/reset-controller.h @@ -6,7 +6,7 @@ struct reset_controller_dev; /** - * struct reset_control_ops + * struct reset_control_ops - reset controller driver callbacks * * @reset: for self-deasserting resets, does all necessary * things to reset the device