kunit: test.h: fix a bad kernel-doc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 9 Sep 2020 10:07:49 +0000 (12:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:48 +0000 (07:49 +0200)
commit623050ae373162a65973f62c128eabe3ec288c4d
treec357c28a87dfdc35885bafba4ff74dd03ecf712f
parent074b3aad307de6126fbac1fff4996d1034b48fee
kunit: test.h: fix a bad kernel-doc markup

As warned by:

./include/kunit/test.h:504: WARNING: Block quote ends without a blank line; unexpected unindent.

The right way to describe a function is:

name - description

Instead, kunit_remove_resource was using:

name: description

Causing it to be improperly parsed.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
include/kunit/test.h