Commit df54714f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

include/linux: remove repeated words

Drop the doubled word "for" in a comment. {firewire-cdev.h}
Drop the doubled word "in" in a comment. {input.h}
Drop the doubled word "a" in a comment. {mdev.h}
Drop the doubled word "the" in a comment. {ptrace.h}

Link: https://lkml.kernel.org/r/20210126232444.22861-1-rdunlap@infradead.orgSigned-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Kirti Wankhede <kwankhede@nvidia.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3b3376f2
...@@ -42,7 +42,7 @@ struct device *mdev_get_iommu_device(struct device *dev); ...@@ -42,7 +42,7 @@ struct device *mdev_get_iommu_device(struct device *dev);
* @mdev: mdev_device structure on of mediated device * @mdev: mdev_device structure on of mediated device
* that is being created * that is being created
* Returns integer: success (0) or error (< 0) * Returns integer: success (0) or error (< 0)
* @remove: Called to free resources in parent device's driver for a * @remove: Called to free resources in parent device's driver for
* a mediated device. It is mandatory to provide 'remove' * a mediated device. It is mandatory to provide 'remove'
* ops. * ops.
* @mdev: mdev_device device structure which is being * @mdev: mdev_device device structure which is being
......
...@@ -171,7 +171,7 @@ static inline void ptrace_event(int event, unsigned long message) ...@@ -171,7 +171,7 @@ static inline void ptrace_event(int event, unsigned long message)
* *
* Check whether @event is enabled and, if so, report @event and @pid * Check whether @event is enabled and, if so, report @event and @pid
* to the ptrace parent. @pid is reported as the pid_t seen from the * to the ptrace parent. @pid is reported as the pid_t seen from the
* the ptrace parent's pid namespace. * ptrace parent's pid namespace.
* *
* Called without locks. * Called without locks.
*/ */
......
...@@ -844,7 +844,7 @@ struct fw_cdev_queue_iso { ...@@ -844,7 +844,7 @@ struct fw_cdev_queue_iso {
* struct fw_cdev_start_iso - Start an isochronous transmission or reception * struct fw_cdev_start_iso - Start an isochronous transmission or reception
* @cycle: Cycle in which to start I/O. If @cycle is greater than or * @cycle: Cycle in which to start I/O. If @cycle is greater than or
* equal to 0, the I/O will start on that cycle. * equal to 0, the I/O will start on that cycle.
* @sync: Determines the value to wait for for receive packets that have * @sync: Determines the value to wait for receive packets that have
* the %FW_CDEV_ISO_SYNC bit set * the %FW_CDEV_ISO_SYNC bit set
* @tags: Tag filter bit mask. Only valid for isochronous reception. * @tags: Tag filter bit mask. Only valid for isochronous reception.
* Determines the tag values for which packets will be accepted. * Determines the tag values for which packets will be accepted.
......
...@@ -84,7 +84,7 @@ struct input_id { ...@@ -84,7 +84,7 @@ struct input_id {
* in units per radian. * in units per radian.
* When INPUT_PROP_ACCELEROMETER is set the resolution changes. * When INPUT_PROP_ACCELEROMETER is set the resolution changes.
* The main axes (ABS_X, ABS_Y, ABS_Z) are then reported in * The main axes (ABS_X, ABS_Y, ABS_Z) are then reported in
* in units per g (units/g) and in units per degree per second * units per g (units/g) and in units per degree per second
* (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ). * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
*/ */
struct input_absinfo { struct input_absinfo {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment