aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_selftest/efi_selftest_devicepath_util.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-20 19:48:20 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-29 10:23:40 +0100
commit3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d (patch)
tree18681494cad089d4d8c958baf1154ed5b56e3d2a /lib/efi_selftest/efi_selftest_devicepath_util.c
parentab37facd465b76ac1993d4c5b20100bdc5038aab (diff)
efi_loader: correct function comment style
Replace @return and @param. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'lib/efi_selftest/efi_selftest_devicepath_util.c')
-rw-r--r--lib/efi_selftest/efi_selftest_devicepath_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest_devicepath_util.c b/lib/efi_selftest/efi_selftest_devicepath_util.c
index c846e057d3..1801e30756 100644
--- a/lib/efi_selftest/efi_selftest_devicepath_util.c
+++ b/lib/efi_selftest/efi_selftest_devicepath_util.c
@@ -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)