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>
This commit is contained in:
Dario Binacchi 2020-05-27 13:56:18 +02:00 committed by Tom Rini
parent c076faba14
commit 146a17ad64
1 changed files with 1 additions and 1 deletions

View File

@ -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 *