[U-Boot] [PATCH 1/4] aes: Fix kerneldoc for aes.h

2014-03-05 Thread Marek Vasut
Fix the function annotations in aes.h so they're compatible with kerneldoc. Signed-off-by: Marek Vasut --- include/aes.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/aes.h b/include/aes.h index ea06308..c70eda6 100644 --- a/include/aes.h ++

Re: [U-Boot] [PATCH 1/4] aes: Fix kerneldoc for aes.h

2014-02-15 Thread Simon Glass
On 5 February 2014 20:44, Marek Vasut wrote: > Fix the function annotations in aes.h so they're compatible with kerneldoc. > > Signed-off-by: Marek Vasut Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

[U-Boot] [PATCH 1/4] aes: Fix kerneldoc for aes.h

2014-02-05 Thread Marek Vasut
Fix the function annotations in aes.h so they're compatible with kerneldoc. Signed-off-by: Marek Vasut --- include/aes.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/aes.h b/include/aes.h index ea06308..c70eda6 100644 --- a/include/aes.h ++