From: Dario Binacchi Date: Wed, 27 May 2020 11:56:18 +0000 (+0200) Subject: spl: fix format of function documentation X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=146a17ad64e2132222d7134b6961b26817faa3bd;p=u-boot.git spl: fix format of function documentation U-Boot adopted the kernel-doc annotation style. cc: Michael Trimarchi Signed-off-by: Dario Binacchi Reviewed-by: Simon Glass --- 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 *