mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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:
parent
c076faba14
commit
146a17ad64
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ struct spl_image_info {
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Information required to load data from a device
|
* Information required to load data from a device
|
||||||
*
|
*
|
||||||
* @dev: Pointer to the device, e.g. struct mmc *
|
* @dev: Pointer to the device, e.g. struct mmc *
|
||||||
|
|
Loading…
Reference in a new issue