diff mbox series

[07/17] drivers: usb: Fix trivial spelling

Message ID 20200609124610.3445662-8-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
State New, archived
Headers show
Series spelling.txt: /decriptors/descriptors/ | expand

Commit Message

Kieran Bingham June 9, 2020, 12:46 p.m. UTC
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/usb/core/of.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman June 18, 2020, 8:21 a.m. UTC | #1
On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>     decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  drivers/usb/core/of.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
> index 651708d8c908..617e92569b2c 100644
> --- a/drivers/usb/core/of.c
> +++ b/drivers/usb/core/of.c
> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
>   *
>   * Determine whether a USB device has a so called combined node which is
>   * shared with its sole interface. This is the case if and only if the device
> - * has a node and its decriptors report the following:
> + * has a node and its descriptors report the following:
>   *
>   *	1) bDeviceClass is 0 or 9, and
>   *	2) bNumConfigurations is 1, and
> -- 
> 2.25.1
> 

Already fixed in Linus's tree :(
Kieran Bingham June 18, 2020, 8:52 a.m. UTC | #2
Hi Greg,

On 18/06/2020 09:21, Greg Kroah-Hartman wrote:
> On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham wrote:
>> The word 'descriptor' is misspelled throughout the tree.
>>
>> Fix it up accordingly:
>>     decriptors -> descriptors
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>> ---
>>  drivers/usb/core/of.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
>> index 651708d8c908..617e92569b2c 100644
>> --- a/drivers/usb/core/of.c
>> +++ b/drivers/usb/core/of.c
>> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
>>   *
>>   * Determine whether a USB device has a so called combined node which is
>>   * shared with its sole interface. This is the case if and only if the device
>> - * has a node and its decriptors report the following:
>> + * has a node and its descriptors report the following:
>>   *
>>   *	1) bDeviceClass is 0 or 9, and
>>   *	2) bNumConfigurations is 1, and
>> -- 
>> 2.25.1
>>
> 
> Already fixed in Linus's tree :(

Don't be sad - that makes me happy ;-) This was just a global fixup
while I added the correction to scripts/spelling.txt...

But wait, are you sure? I've just rebased this series on top of
1b5044021070 ("Merge tag 'dma-mapping-5.8-3' of
git://git.infradead.org/users/hch/dma-mapping"), and this still applies
for me ... Am I failing to pick up the latest branch from Linus?
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
looks like I'm on the latest, so I don't think so).

I see a bot-notification from you saying it's been added to your
usb-testing tree, so I'll assume this is all fine. No need to worry
though It's only a trivial and can get picked up by the trivial bot I
think if I resend when the dust settles.

Thanks

Kieran
Greg Kroah-Hartman June 18, 2020, 9:43 a.m. UTC | #3
On Thu, Jun 18, 2020 at 09:52:28AM +0100, Kieran Bingham wrote:
> Hi Greg,
> 
> On 18/06/2020 09:21, Greg Kroah-Hartman wrote:
> > On Tue, Jun 09, 2020 at 01:46:00PM +0100, Kieran Bingham wrote:
> >> The word 'descriptor' is misspelled throughout the tree.
> >>
> >> Fix it up accordingly:
> >>     decriptors -> descriptors
> >>
> >> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> >> ---
> >>  drivers/usb/core/of.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
> >> index 651708d8c908..617e92569b2c 100644
> >> --- a/drivers/usb/core/of.c
> >> +++ b/drivers/usb/core/of.c
> >> @@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(usb_of_get_device_node);
> >>   *
> >>   * Determine whether a USB device has a so called combined node which is
> >>   * shared with its sole interface. This is the case if and only if the device
> >> - * has a node and its decriptors report the following:
> >> + * has a node and its descriptors report the following:
> >>   *
> >>   *	1) bDeviceClass is 0 or 9, and
> >>   *	2) bNumConfigurations is 1, and
> >> -- 
> >> 2.25.1
> >>
> > 
> > Already fixed in Linus's tree :(
> 
> Don't be sad - that makes me happy ;-) This was just a global fixup
> while I added the correction to scripts/spelling.txt...
> 
> But wait, are you sure? I've just rebased this series on top of
> 1b5044021070 ("Merge tag 'dma-mapping-5.8-3' of
> git://git.infradead.org/users/hch/dma-mapping"), and this still applies
> for me ... Am I failing to pick up the latest branch from Linus?
> (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
> looks like I'm on the latest, so I don't think so).
> 
> I see a bot-notification from you saying it's been added to your
> usb-testing tree, so I'll assume this is all fine. No need to worry
> though It's only a trivial and can get picked up by the trivial bot I
> think if I resend when the dust settles.

Ah, I might have tried to apply this twice, sorry for the noise, all is
good...

greg k-h
diff mbox series

Patch

diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c
index 651708d8c908..617e92569b2c 100644
--- a/drivers/usb/core/of.c
+++ b/drivers/usb/core/of.c
@@ -45,7 +45,7 @@  EXPORT_SYMBOL_GPL(usb_of_get_device_node);
  *
  * Determine whether a USB device has a so called combined node which is
  * shared with its sole interface. This is the case if and only if the device
- * has a node and its decriptors report the following:
+ * has a node and its descriptors report the following:
  *
  *	1) bDeviceClass is 0 or 9, and
  *	2) bNumConfigurations is 1, and