efi_loader: fix function comments in efi_boottime.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Jul 2019 09:05:34 +0000 (11:05 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Jul 2019 22:17:17 +0000 (22:17 +0000)
commit6631ca59e316333ee8e30d8f4262bbb3772f6dee
tree112f6c51cf2e74a9927474881292e0a846cedb4e
parentb225c92fd0c0b09b99e2290c5e42708f9046a7a2
efi_loader: fix function comments in efi_boottime.c

scripts/kernel-doc pointed out some errors in the function comments in
efi_boottime.c.

Add missing and remove superfluous parameter descriptions.
Escape * in a function description.
Add empty lines for readability.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c