Skip to content

Commit 4bc2082

Browse files
bvanasscheaxboe
authored andcommitted
block/partitions/efi.c: Fix the efi_partition() kernel-doc header
Fix the following kernel-doc warning: block/partitions/efi.c:685: warning: wrong kernel-doc identifier on line: * efi_partition(struct parsed_partitions *state) Cc: Alexander Viro <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 630ef62 commit 4bc2082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/partitions/efi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ static void utf16_le_to_7bit(const __le16 *in, unsigned int size, u8 *out)
682682
}
683683

684684
/**
685-
* efi_partition(struct parsed_partitions *state)
685+
* efi_partition - scan for GPT partitions
686686
* @state: disk parsed partitions
687687
*
688688
* Description: called from check.c, if the disk contains GPT

0 commit comments

Comments
 (0)