Re: [PATCH] devicetree: replace invalid kernel-doc comment headers

2021-03-24 Thread Rob Herring
On Mon, Mar 22, 2021 at 08:23:43AM +0100, Lukas Bulwahn wrote: > The opening comment mark '/**' is used for indicating the beginning of > kernel-doc comments. > > Replace uses of '/**' for invalid cases in dt-binding headers and dts. > > Signed-off-by: Lukas Bulwahn > --- > Rob, please pick this

Re: [PATCH] devicetree: replace invalid kernel-doc comment headers

2021-03-22 Thread Randy Dunlap
On 3/22/21 12:23 AM, Lukas Bulwahn wrote: > The opening comment mark '/**' is used for indicating the beginning of > kernel-doc comments. > > Replace uses of '/**' for invalid cases in dt-binding headers and dts. > > Signed-off-by: Lukas Bulwahn Acked-by: Randy Dunlap Thanks. > --- > Rob, pl