]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: Fix htmldocs warnings with bus_find_next_device()
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Thu, 1 Aug 2019 10:20:26 +0000 (11:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2019 14:04:13 +0000 (16:04 +0200)
commit313b46d831189f593840c625d7972092cb0088fc
treedd29d4de403c3337f797388938ff59edb5d423f5
parentb9515ecbf6caef2ea911ca59801eff84d034fa48
drivers: Fix htmldocs warnings with bus_find_next_device()

Document the parameters for bus_find_next_device() to avoid
htmldocs build warnings as reported below :

include/linux/device.h:236: warning: Function parameter or member 'bus' not described in 'bus_find_next_device'
include/linux/device.h:236: warning: Function parameter or member 'cur' not described in 'bus_find_next_device'

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20190801102026.27312-3-suzuki.poulose@arm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h