From: Suzuki K Poulose Date: Thu, 1 Aug 2019 10:20:25 +0000 (+0100) Subject: drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev X-Git-Tag: v5.4-rc1~137^2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9515ecbf6caef2ea911ca59801eff84d034fa48;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20190801102026.27312-2-suzuki.poulose@arm.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/device.h b/include/linux/device.h index 23ef6eba7213e..8e1b2ead5d96d 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -467,7 +467,7 @@ driver_find_device_by_fwnode(struct device_driver *drv, /** * driver_find_device_by_devt- device iterator for locating a particular device * by devt. - * @driver: the driver we're iterating + * @drv: the driver we're iterating * @devt: devt pointer to match. */ static inline struct device *driver_find_device_by_devt(struct device_driver *drv,