projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4731210
)
device.h: Remove bogus "the" in kerneldoc
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 5 Feb 2021 17:06:08 +0000
(18:06 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 9 Feb 2021 11:26:40 +0000
(12:26 +0100)
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>
include/linux/device/driver.h
patch
|
blob
|
history
diff --git
a/include/linux/device/driver.h
b/include/linux/device/driver.h
index ee7ba5b5417e510580f8444d4c77d9ca38e93b96..a498ebcf49933d309fff25b724d1a9244b807b3d 100644
(file)
--- a/
include/linux/device/driver.h
+++ b/
include/linux/device/driver.h
@@
-75,7
+75,7
@@
enum probe_type {
* @resume: Called to bring a device from sleep mode.
* @groups: Default attributes that get created by the driver core
* 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.
* @pm: Power management operations of the device which matched
* this driver.