commit | 0f860b643535e53f1b938329d2fcca12d7ead506 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed May 27 13:56:18 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 17:21:46 2020 -0400 |
tree | ff9d42ac670c1d4cf701b2717914b070353ed325 | |
parent | 4cc72359af48cdcda1171a9a66f6ddc0b45009c8 [diff] |
spl: fix format of function documentation U-Boot adopted the kernel-doc annotation style. cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/include/spl.h b/include/spl.h index b31c9bb..580e4e0 100644 --- a/include/spl.h +++ b/include/spl.h
@@ -155,7 +155,7 @@ #endif }; -/* +/** * Information required to load data from a device * * @dev: Pointer to the device, e.g. struct mmc *