
On Mon, Nov 21, 2022 at 05:47:16PM +0300, Sergei Antonov wrote:
On Wed, 26 Oct 2022 at 14:34, Sergei Antonov saproj@gmail.com wrote:
On Wed, 26 Oct 2022 at 02:35, Simon Glass sjg@chromium.org wrote:
+static void ht1380_half_period_delay(void) +{
/* Delay for half a period. 1 us complies with the 500 KHz maximum
input serial clock limit given by the datasheet. */
/*
- Delay for half...
- second line
*/
Please fix globally.
OK. I was confused by doc/develop/codingstyle.rst:
- The exception for net files to the `multi-line comment
https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting`_ applies only to Linux, not to U-Boot. What is the U-Boot style of multi-line comments remains a mystery to me.
Tom, could you please clarify what is U-Boot style for multi-line comments? I can not draw it from doc/develop/codingstyle.rst
I'll make an attempt at re-wording the line there, but, per: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting /* * It should be * like this. */