From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 2 Jul 2020 18:46:12 -0600 Subject: [PATCH v4 02/12] pinctrl: Reformat documentation in dm/pinctrl.h In-Reply-To: <20200624102947.359794-3-seanga2@gmail.com> References: <20200624102947.359794-1-seanga2@gmail.com> <20200624102947.359794-3-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 24 Jun 2020 at 04:30, Sean Anderson 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 > --- > > Changes in v4: > - New > > include/dm/pinctrl.h | 363 ++++++++++++++++++++++++++++--------------- > 1 file changed, 242 insertions(+), 121 deletions(-) Reviewed-by: Simon Glass