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

driver core: cleanup double words comments

Remove the second 'are' and 'the'.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220212143233.2648872-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tom Rix and committed by
Greg Kroah-Hartman
b4ae8c2f f3a69022

+2 -2
+2 -2
drivers/base/dd.c
··· 835 835 struct device *dev; 836 836 837 837 /* 838 - * Indicates whether we are are considering asynchronous probing or 838 + * Indicates whether we are considering asynchronous probing or 839 839 * not. Only initial binding after device or driver registration 840 840 * (including deferral processing) may be done asynchronously, the 841 841 * rest is always synchronous, as we expect it is being done by ··· 1039 1039 * @parent: Parent device. Needed if the bus requires parent lock 1040 1040 * 1041 1041 * This function will release the required locks for manipulating dev->drv. 1042 - * Normally this will just be the the @dev lock, but when called for a 1042 + * Normally this will just be the @dev lock, but when called for a 1043 1043 * USB interface, @parent lock will be released as well. 1044 1044 */ 1045 1045 static void __device_driver_unlock(struct device *dev, struct device *parent)