diff options
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 23ef6eba7213..8e1b2ead5d96 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
| @@ -467,7 +467,7 @@ driver_find_device_by_fwnode(struct device_driver *drv, | |||
| 467 | /** | 467 | /** |
| 468 | * driver_find_device_by_devt- device iterator for locating a particular device | 468 | * driver_find_device_by_devt- device iterator for locating a particular device |
| 469 | * by devt. | 469 | * by devt. |
| 470 | * @driver: the driver we're iterating | 470 | * @drv: the driver we're iterating |
| 471 | * @devt: devt pointer to match. | 471 | * @devt: devt pointer to match. |
| 472 | */ | 472 | */ |
| 473 | static inline struct device *driver_find_device_by_devt(struct device_driver *drv, | 473 | static inline struct device *driver_find_device_by_devt(struct device_driver *drv, |
