From 41575335ed026339e07f265ede3a21e995bee8e6 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 8 Aug 2014 15:56:36 +0200 Subject: [PATCH] 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-format-patch failed