aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2021-02-05 18:06:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-09 12:26:40 +0100
commit5c3db63abdb08d8f0ec2c609f7789a199d5c476f (patch)
tree740fe03bf759f57288fde8e38e4d1786afadab32 /include/linux/device
parentgpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default (diff)
downloadlinux-dev-5c3db63abdb08d8f0ec2c609f7789a199d5c476f.tar.xz
linux-dev-5c3db63abdb08d8f0ec2c609f7789a199d5c476f.zip
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>
Diffstat (limited to 'include/linux/device')
-rw-r--r--include/linux/device/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device/driver.h b/include/linux/device/driver.h
index ee7ba5b5417e..a498ebcf4993 100644
--- 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.