Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.org
Signed-off-by: Randy 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
df54714f 3b3376f2

+4 -4
+1 -1
include/linux/mdev.h
··· 42 42 * @mdev: mdev_device structure on of mediated device 43 43 * that is being created 44 44 * Returns integer: success (0) or error (< 0) 45 - * @remove: Called to free resources in parent device's driver for a 45 + * @remove: Called to free resources in parent device's driver for 46 46 * a mediated device. It is mandatory to provide 'remove' 47 47 * ops. 48 48 * @mdev: mdev_device device structure which is being
+1 -1
include/linux/ptrace.h
··· 171 171 * 172 172 * Check whether @event is enabled and, if so, report @event and @pid 173 173 * to the ptrace parent. @pid is reported as the pid_t seen from the 174 - * the ptrace parent's pid namespace. 174 + * ptrace parent's pid namespace. 175 175 * 176 176 * Called without locks. 177 177 */
+1 -1
include/uapi/linux/firewire-cdev.h
··· 844 844 * struct fw_cdev_start_iso - Start an isochronous transmission or reception 845 845 * @cycle: Cycle in which to start I/O. If @cycle is greater than or 846 846 * equal to 0, the I/O will start on that cycle. 847 - * @sync: Determines the value to wait for for receive packets that have 847 + * @sync: Determines the value to wait for receive packets that have 848 848 * the %FW_CDEV_ISO_SYNC bit set 849 849 * @tags: Tag filter bit mask. Only valid for isochronous reception. 850 850 * Determines the tag values for which packets will be accepted.
+1 -1
include/uapi/linux/input.h
··· 84 84 * in units per radian. 85 85 * When INPUT_PROP_ACCELEROMETER is set the resolution changes. 86 86 * The main axes (ABS_X, ABS_Y, ABS_Z) are then reported in 87 - * in units per g (units/g) and in units per degree per second 87 + * units per g (units/g) and in units per degree per second 88 88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ). 89 89 */ 90 90 struct input_absinfo {