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 <rdun...@infradead.org> > Cc: Dan Williams <dan.j.willi...@intel.com> > Cc: Vishal Verma <vishal.l.ve...@intel.com> > Cc: Dave Jiang <dave.ji...@intel.com> > Cc: nvd...@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.