From 3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 20 Jan 2022 19:48:20 +0100 Subject: efi_loader: correct function comment style Replace @return and @param. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_gop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/efi_loader/efi_gop.c') diff --git a/lib/efi_loader/efi_gop.c b/lib/efi_loader/efi_gop.c index 7683a34a96..2c81859807 100644 --- a/lib/efi_loader/efi_gop.c +++ b/lib/efi_loader/efi_gop.c @@ -407,7 +407,7 @@ out: * @width: width of rectangle * @height: height of rectangle * @delta: length in bytes of a line in the pixel buffer (optional) - * @return: status code + * Return: status code */ efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 operation, efi_uintn_t sx, -- cgit v1.2.3