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

drivers: usb: Fix trivial spelling

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20200609124610.3445662-8-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kieran Bingham and committed by
Greg Kroah-Hartman
9f3aedbe 03cc8353

+1 -1
+1 -1
drivers/usb/core/of.c
··· 45 45 * 46 46 * Determine whether a USB device has a so called combined node which is 47 47 * shared with its sole interface. This is the case if and only if the device 48 - * has a node and its decriptors report the following: 48 + * has a node and its descriptors report the following: 49 49 * 50 50 * 1) bDeviceClass is 0 or 9, and 51 51 * 2) bNumConfigurations is 1, and