From: Thierry Reding Date: Fri, 8 Aug 2014 13:56:36 +0000 (+0200) Subject: driver core: Remove kerneldoc from local function X-Git-Tag: fixes-for-v3.18-merge-window~13^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41575335ed026339e07f265ede3a21e995bee8e6;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed