[PATCH 1/3] spl: fix format of function documentation
Dario Binacchi
dariobin at libero.it
Sat May 9 13:55:04 CEST 2020
U-Boot adopted the kernel-doc annotation style.
Signed-off-by: Dario Binacchi <dariobin at libero.it>
---
include/spl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/spl.h b/include/spl.h
index 6bf9fd8beb..e2fbd6d765 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -151,7 +151,7 @@ struct spl_image_info {
#endif
};
-/*
+/**
* Information required to load data from a device
*
* @dev: Pointer to the device, e.g. struct mmc *
--
2.17.1
More information about the U-Boot
mailing list