OSDN Git Service

driver core: Remove kerneldoc from local function
authorThierry Reding <treding@nvidia.com>
Fri, 8 Aug 2014 13:56:36 +0000 (15:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 06:10:11 +0000 (23:10 -0700)
commit41575335ed026339e07f265ede3a21e995bee8e6
tree545693d095c022417ac6333ead3d9500449574bd
parent287f9bd9325b982ed19371697d4af7032c5a3b0b
driver core: Remove kerneldoc from local function

The deferred_probe_work_func() function is locally scoped, therefore an
associated kerneldoc comment isn't very useful. Replace the kerneldoc
opening marker (/**) with a regular block comment marker (/*) to avoid
the comment from being parsed by kerneldoc. This gets rid of a warning
caused by a missing description for the "work" argument.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dd.c