efi_loader: correct function comment style

Replace @return and @param.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt 2022-01-20 19:48:20 +01:00
parent ab37facd46
commit 3dd719d4fb
38 changed files with 86 additions and 86 deletions

View file

@ -49,7 +49,7 @@ static int setup(const efi_handle_t img_handle,
*
* @length: length of the media device node
* @dp: device path
* @return: status code
* Return: status code
*/
static int create_single_node_device_path(unsigned int length,
struct efi_device_path **dp)