Skip to content

Commit 793b135

Browse files
rddunlapardbiesheuvel
authored andcommitted
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: c44b6be ("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>
1 parent 935f94c commit 793b135

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/firmware/efi/stmm/mm_communication.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* struct efi_mm_communicate_header - Header used for SMM variable communication
35-
35+
*
3636
* @header_guid: header use for disambiguation of content
3737
* @message_len: length of the message. Does not include the size of the
3838
* header
@@ -111,7 +111,7 @@ struct efi_mm_communicate_header {
111111

112112
/**
113113
* struct smm_variable_communicate_header - Used for SMM variable communication
114-
114+
*
115115
* @function: function to call in Smm.
116116
* @ret_status: return status
117117
* @data: payload
@@ -128,7 +128,7 @@ struct smm_variable_communicate_header {
128128
/**
129129
* struct smm_variable_access - Used to communicate with StMM by
130130
* SetVariable and GetVariable.
131-
131+
*
132132
* @guid: vendor GUID
133133
* @data_size: size of EFI variable data
134134
* @name_size: size of EFI name

0 commit comments

Comments
 (0)