diff options
author | Randy Dunlap <[email protected]> | 2023-01-16 23:02:49 -0800 |
---|---|---|
committer | Dan Williams <[email protected]> | 2023-01-25 12:36:16 -0800 |
commit | 1c88b9ba6b126080a9c121abd943b25e20cd7ac1 (patch) | |
tree | 828c378e41275d99d680669a33bc1a51419e7156 | |
parent | 88603b6dc419445847923fcb7fe5080067a30f98 (diff) |
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]>
-rw-r--r-- | drivers/dax/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dax/super.c b/drivers/dax/super.c index da4438f3188c..c4c4728a36e4 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. */ |