From patchwork Sat May 9 11:55:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 245338 List-Id: U-Boot discussion From: dariobin at libero.it (Dario Binacchi) Date: Sat, 9 May 2020 13:55:04 +0200 Subject: [PATCH 1/3] spl: fix format of function documentation In-Reply-To: <20200509115506.31746-1-dariobin@libero.it> References: <20200509115506.31746-1-dariobin@libero.it> Message-ID: <20200509115506.31746-2-dariobin@libero.it> U-Boot adopted the kernel-doc annotation style. Signed-off-by: Dario Binacchi --- 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 *