linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning
@ 2023-01-17  7:02 Randy Dunlap
  2023-01-20 17:45 ` Srinivas Kandagatla
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2023-01-17  7:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Srinivas Kandagatla, Andrey Vostrikov,
	Nikita Yushchenko, Andrey Smirnov

Convert an empty line to " *" to avoid a kernel-doc warning:

drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line: 

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/nvmem/rave-sp-eeprom.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -- a/drivers/nvmem/rave-sp-eeprom.c b/drivers/nvmem/rave-sp-eeprom.c
--- a/drivers/nvmem/rave-sp-eeprom.c
+++ b/drivers/nvmem/rave-sp-eeprom.c
@@ -45,7 +45,7 @@ enum rave_sp_eeprom_header_size {
  * @type:	Access type (see enum rave_sp_eeprom_access_type)
  * @success:	Success flag (Success = 1, Failure = 0)
  * @data:	Read data
-
+ *
  * Note this structure corresponds to RSP_*_EEPROM payload from RAVE
  * SP ICD
  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning
  2023-01-17  7:02 [PATCH] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning Randy Dunlap
@ 2023-01-20 17:45 ` Srinivas Kandagatla
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Kandagatla @ 2023-01-20 17:45 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Andrey Vostrikov, Nikita Yushchenko, Andrey Smirnov



On 17/01/2023 07:02, Randy Dunlap wrote:
> Convert an empty line to " *" to avoid a kernel-doc warning:
> 
> drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line:
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Cc: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
> Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
> Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---

Applied thanks,

--srini
>   drivers/nvmem/rave-sp-eeprom.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -- a/drivers/nvmem/rave-sp-eeprom.c b/drivers/nvmem/rave-sp-eeprom.c
> --- a/drivers/nvmem/rave-sp-eeprom.c
> +++ b/drivers/nvmem/rave-sp-eeprom.c
> @@ -45,7 +45,7 @@ enum rave_sp_eeprom_header_size {
>    * @type:	Access type (see enum rave_sp_eeprom_access_type)
>    * @success:	Success flag (Success = 1, Failure = 0)
>    * @data:	Read data
> -
> + *
>    * Note this structure corresponds to RSP_*_EEPROM payload from RAVE
>    * SP ICD
>    */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-20 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17  7:02 [PATCH] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning Randy Dunlap
2023-01-20 17:45 ` Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).