diff mbox series

dax: super.c: fix kernel-doc bad line warning

Message ID 20230117070249.31934-1-rdunlap@infradead.org (mailing list archive)
State Accepted
Commit 1c88b9ba6b126080a9c121abd943b25e20cd7ac1
Headers show
Series dax: super.c: fix kernel-doc bad line warning | expand

Commit Message

Randy Dunlap Jan. 17, 2023, 7:02 a.m. UTC
Convert an empty line to " *" to avoid a kernel-doc warning:

drivers/dax/super.c:478: warning: bad line: 

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: nvdimm@lists.linux.dev
---
 drivers/dax/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dan Williams Jan. 25, 2023, 8:29 p.m. UTC | #1
Randy Dunlap wrote:
> Convert an empty line to " *" to avoid a kernel-doc warning:
> 
> drivers/dax/super.c:478: warning: bad line: 
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Dan Williams <dan.j.williams@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: nvdimm@lists.linux.dev
> ---
>  drivers/dax/super.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -- a/drivers/dax/super.c b/drivers/dax/super.c
> --- a/drivers/dax/super.c
> +++ b/drivers/dax/super.c
> @@ -475,7 +475,7 @@ EXPORT_SYMBOL_GPL(put_dax);
>  /**
>   * dax_holder() - obtain the holder of a dax device
>   * @dax_dev: a dax_device instance
> -
> + *
>   * Return: the holder's data which represents the holder if registered,
>   * otherwize NULL.
>   */

Looks good, applied.
diff mbox series

Patch

diff -- a/drivers/dax/super.c b/drivers/dax/super.c
--- a/drivers/dax/super.c
+++ b/drivers/dax/super.c
@@ -475,7 +475,7 @@  EXPORT_SYMBOL_GPL(put_dax);
 /**
  * dax_holder() - obtain the holder of a dax device
  * @dax_dev: a dax_device instance
-
+ *
  * Return: the holder's data which represents the holder if registered,
  * otherwize NULL.
  */