
3 Jul
2020
3 Jul
'20
2:46 a.m.
On Wed, 24 Jun 2020 at 04:30, Sean Anderson seanga2@gmail.com wrote:
This normalizes the documentatation to conform to kernel-doc style [1]. It also moves the documentation for pinctrl_ops inline, and adds argument and return-value documentation. I have kept the usual function style for these comments. I could not find any existing examples of function documentation inside structs.
[1] https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html
Signed-off-by: Sean Anderson seanga2@gmail.com
Changes in v4:
- New
include/dm/pinctrl.h | 363 ++++++++++++++++++++++++++++--------------- 1 file changed, 242 insertions(+), 121 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org