Commit 793b1354 authored by Randy Dunlap's avatar Randy Dunlap Committed by Ard Biesheuvel
Browse files

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: c44b6be6 ("efi: Add tee-based EFI variable driver")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 935f94cc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

/**
 * struct efi_mm_communicate_header - Header used for SMM variable communication

 *
 * @header_guid:  header use for disambiguation of content
 * @message_len:  length of the message. Does not include the size of the
 *                header
@@ -111,7 +111,7 @@ struct efi_mm_communicate_header {

/**
 * struct smm_variable_communicate_header - Used for SMM variable communication

 *
 * @function:     function to call in Smm.
 * @ret_status:   return status
 * @data:         payload
@@ -128,7 +128,7 @@ struct smm_variable_communicate_header {
/**
 * struct smm_variable_access - Used to communicate with StMM by
 *                              SetVariable and GetVariable.

 *
 * @guid:         vendor GUID
 * @data_size:    size of EFI variable data
 * @name_size:    size of EFI name