From: Randy Dunlap Date: Tue, 17 Jan 2023 07:02:49 +0000 (-0800) Subject: dax: super.c: fix kernel-doc bad line warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c88b9ba6b126080a9c121abd943b25e20cd7ac1;p=linux.git dax: super.c: fix kernel-doc bad line warning Convert an empty line to " *" to avoid a kernel-doc warning: drivers/dax/super.c:478: warning: bad line: Signed-off-by: Randy Dunlap Cc: Dan Williams Cc: Vishal Verma Cc: Dave Jiang Cc: nvdimm@lists.linux.dev Link: https://lore.kernel.org/r/20230117070249.31934-1-rdunlap@infradead.org Signed-off-by: Dan Williams --- diff --git a/drivers/dax/super.c b/drivers/dax/super.c index da4438f3188c8..c4c4728a36e43 100644 --- 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. */