]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Thu, 1 Aug 2019 10:20:25 +0000 (11:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2019 14:04:13 +0000 (16:04 +0200)
commitb9515ecbf6caef2ea911ca59801eff84d034fa48
tree1fb28fc5baae682c5668a1a599825365495c12f2
parent644bf60088955421051e716ab9c8fe7fb7997fd7
drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev

Fix a typo in the comment describing the parameters for the new API, which
triggers the following warning for htmldocs:

include/linux/device.h:479: warning: Function parameter or member 'drv' not described in 'driver_find_device_by_acpi_dev'

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-2-suzuki.poulose@arm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h