diff options
author | Bart Van Assche <bvanassche@acm.org> | 2021-05-13 10:17:08 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-05-14 09:00:06 -0600 |
commit | 4bc2082311311892742deb2ce04bc335f85ee27a (patch) | |
tree | ebecc64b23d1ec6ec0d7550352e0386bb22f7b8b /block/partitions | |
parent | 630ef623ed26c18a457cdc070cf24014e50129c2 (diff) |
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 <viro@math.psu.edu>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20210513171708.8391-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions')
-rw-r--r-- | block/partitions/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/efi.c b/block/partitions/efi.c index b64bfdd4326c..e2716792ecc1 100644 --- a/block/partitions/efi.c +++ b/block/partitions/efi.c @@ -682,7 +682,7 @@ static void utf16_le_to_7bit(const __le16 *in, unsigned int size, u8 *out) } /** - * efi_partition(struct parsed_partitions *state) + * efi_partition - scan for GPT partitions * @state: disk parsed partitions * * Description: called from check.c, if the disk contains GPT |