Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

efi: stmm: fix kernel-doc "bad line" warnings

Add a beginning " *" to each line to avoid kernel-doc warnings:

Warning: drivers/firmware/efi/stmm/mm_communication.h:34 bad line:
Warning: drivers/firmware/efi/stmm/mm_communication.h:113 bad line:
Warning: drivers/firmware/efi/stmm/mm_communication.h:130 bad line:

Fixes: c44b6be62e8d ("efi: Add tee-based EFI variable driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>

authored by

Randy Dunlap and committed by
Ard Biesheuvel
793b1354 935f94cc

+3 -3
+3 -3
drivers/firmware/efi/stmm/mm_communication.h
··· 32 32 33 33 /** 34 34 * struct efi_mm_communicate_header - Header used for SMM variable communication 35 - 35 + * 36 36 * @header_guid: header use for disambiguation of content 37 37 * @message_len: length of the message. Does not include the size of the 38 38 * header ··· 111 111 112 112 /** 113 113 * struct smm_variable_communicate_header - Used for SMM variable communication 114 - 114 + * 115 115 * @function: function to call in Smm. 116 116 * @ret_status: return status 117 117 * @data: payload ··· 128 128 /** 129 129 * struct smm_variable_access - Used to communicate with StMM by 130 130 * SetVariable and GetVariable. 131 - 131 + * 132 132 * @guid: vendor GUID 133 133 * @data_size: size of EFI variable data 134 134 * @name_size: size of EFI name