Skip to content

Commit 1c88b9b

Browse files
rddunlapdjbw
authored andcommitted
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 <[email protected]> Cc: Dan Williams <[email protected]> Cc: Vishal Verma <[email protected]> Cc: Dave Jiang <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dan Williams <[email protected]>
1 parent 88603b6 commit 1c88b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dax/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ EXPORT_SYMBOL_GPL(put_dax);
475475
/**
476476
* dax_holder() - obtain the holder of a dax device
477477
* @dax_dev: a dax_device instance
478-
478+
*
479479
* Return: the holder's data which represents the holder if registered,
480480
* otherwize NULL.
481481
*/

0 commit comments

Comments
 (0)