mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
device.h: Remove bogus "the" in kerneldoc
Remove the bogus word "the" from "...once the it is..." in the documentation describing the "dev_groups" member of the device_driver structure. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20210205170608.1956223-1-geert@linux-m68k.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4731210c09
commit
5c3db63abd
@@ -75,7 +75,7 @@ enum probe_type {
|
|||||||
* @resume: Called to bring a device from sleep mode.
|
* @resume: Called to bring a device from sleep mode.
|
||||||
* @groups: Default attributes that get created by the driver core
|
* @groups: Default attributes that get created by the driver core
|
||||||
* automatically.
|
* automatically.
|
||||||
* @dev_groups: Additional attributes attached to device instance once the
|
* @dev_groups: Additional attributes attached to device instance once
|
||||||
* it is bound to the driver.
|
* it is bound to the driver.
|
||||||
* @pm: Power management operations of the device which matched
|
* @pm: Power management operations of the device which matched
|
||||||
* this driver.
|
* this driver.
|
||||||
|
Reference in New Issue
Block a user