* [PATCH] efi: stmm: fix kernel-doc "bad line" warnings
@ 2025-11-11 6:02 Randy Dunlap
2025-11-11 8:50 ` Ilias Apalodimas
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2025-11-11 6:02 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Ard Biesheuvel, linux-efi, linux-arm-kernel,
Maxime Coquelin, Alexandre Torgue
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>
---
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: linux-efi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
---
drivers/firmware/efi/stmm/mm_communication.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-next-20251107.orig/drivers/firmware/efi/stmm/mm_communication.h
+++ linux-next-20251107/drivers/firmware/efi/stmm/mm_communication.h
@@ -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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] efi: stmm: fix kernel-doc "bad line" warnings
2025-11-11 6:02 [PATCH] efi: stmm: fix kernel-doc "bad line" warnings Randy Dunlap
@ 2025-11-11 8:50 ` Ilias Apalodimas
2025-11-11 18:09 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Ilias Apalodimas @ 2025-11-11 8:50 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, Ard Biesheuvel, linux-efi, linux-arm-kernel,
Maxime Coquelin, Alexandre Torgue
Hi Randy
On Tue, 11 Nov 2025 at 08:02, Randy Dunlap <rdunlap@infradead.org> wrote:
>
> 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>
Is the fixes tag necessary here?
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Thanks
/Ilias
> ---
> Cc: Ard Biesheuvel <ardb@kernel.org>
> Cc: linux-efi@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> ---
> drivers/firmware/efi/stmm/mm_communication.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- linux-next-20251107.orig/drivers/firmware/efi/stmm/mm_communication.h
> +++ linux-next-20251107/drivers/firmware/efi/stmm/mm_communication.h
> @@ -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
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] efi: stmm: fix kernel-doc "bad line" warnings
2025-11-11 8:50 ` Ilias Apalodimas
@ 2025-11-11 18:09 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2025-11-11 18:09 UTC (permalink / raw)
To: Ilias Apalodimas
Cc: Randy Dunlap, linux-kernel, linux-efi, linux-arm-kernel,
Maxime Coquelin, Alexandre Torgue
On Tue, 11 Nov 2025 at 09:50, Ilias Apalodimas
<ilias.apalodimas@linaro.org> wrote:
>
> Hi Randy
>
> On Tue, 11 Nov 2025 at 08:02, Randy Dunlap <rdunlap@infradead.org> wrote:
> >
> > 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>
>
Thanks! Queued up now.
> Is the fixes tag necessary here?
I'll keep it as it doesn't do any harm, and it makes the stable tree
doc build a bit less noisy I guess.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-11 18:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 6:02 [PATCH] efi: stmm: fix kernel-doc "bad line" warnings Randy Dunlap
2025-11-11 8:50 ` Ilias Apalodimas
2025-11-11 18:09 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox