summaryrefslogtreecommitdiffstats
path: root/include/spl.h
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-05-27 13:56:18 +0200
committerTom Rini <trini@konsulko.com>2020-07-08 17:21:46 -0400
commit146a17ad64e2132222d7134b6961b26817faa3bd (patch)
treeff9d42ac670c1d4cf701b2717914b070353ed325 /include/spl.h
parentc076faba141eb5ec45c447ccb8cd10014c719ee6 (diff)
downloadu-boot-146a17ad64e2132222d7134b6961b26817faa3bd.tar.gz
u-boot-146a17ad64e2132222d7134b6961b26817faa3bd.tar.xz
u-boot-146a17ad64e2132222d7134b6961b26817faa3bd.zip
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>
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h2
1 files changed, 1 insertions, 1 deletions
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 *