Re: [U-Boot] [PATCH v4 13/17] cpu: Fix cpu.h documentation

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six wrote: > Documentation in cpu.h is not in kernel-doc format. Change it to comply > with it. > > Signed-off-by: Mario Six > --- > > Notes: > v3 -> v4: > New in v4 > > include/cpu.h | 28 +++- > 1 file changed, 15 insertions(+),

[U-Boot] [PATCH v4 13/17] cpu: Fix cpu.h documentation

2018-08-06 Thread Mario Six
Documentation in cpu.h is not in kernel-doc format. Change it to comply with it. Signed-off-by: Mario Six --- Notes: v3 -> v4: New in v4 include/cpu.h | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/include/cpu.h b/include/cpu.h index