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

USB: storage: Fix typo in comment

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220620104243.4979-1-wangxiang@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xiang wangx and committed by
Greg Kroah-Hartman
274a12ea 7d34b071

+1 -1
+1 -1
drivers/usb/storage/transport.c
··· 1178 1178 /* 1179 1179 * If the device tried to send back more data than the 1180 1180 * amount requested, the spec requires us to transfer 1181 - * the CSW anyway. Since there's no point retrying the 1181 + * the CSW anyway. Since there's no point retrying 1182 1182 * the command, we'll return fake sense data indicating 1183 1183 * Illegal Request, Invalid Field in CDB. 1184 1184 */