diff mbox series

[v3,1/4] spl: fix format of function documentation

Message ID 20200527115621.1062-2-dariobin@libero.it
State Accepted
Commit 146a17ad64e2132222d7134b6961b26817faa3bd
Headers show
Series Fix the SPL loading of a FIT image from NAND | expand

Commit Message

Dario Binacchi May 27, 2020, 11:56 a.m. UTC
U-Boot adopted the kernel-doc annotation style.

cc: Michael Trimarchi <michael at amarulasolutions.com>
Signed-off-by: Dario Binacchi <dariobin at libero.it>
---

Changes in v3: None
Changes in v2: None

 include/spl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass May 31, 2020, 2:08 p.m. UTC | #1
On Wed, 27 May 2020 at 05:56, Dario Binacchi <dariobin at libero.it> wrote:
>
> U-Boot adopted the kernel-doc annotation style.
>
> cc: Michael Trimarchi <michael at amarulasolutions.com>
> Signed-off-by: Dario Binacchi <dariobin at libero.it>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  include/spl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>
diff mbox series

Patch

diff --git a/include/spl.h b/include/spl.h
index b31c9bb4ab..580e4e024f 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -155,7 +155,7 @@  struct spl_image_info {
 #endif
 };
 
-/*
+/**
  * Information required to load data from a device
  *
  * @dev: Pointer to the device, e.g. struct mmc *