2014-10-02 04:45:45

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

Signed-off-by: Michael Opdenacker <[email protected]>
---
include/linux/mod_devicetable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 44eeef0da186..745def862580 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -69,7 +69,7 @@ struct ieee1394_device_id {
* @bDeviceClass: Class of device; numbers are assigned
* by the USB forum. Products may choose to implement classes,
* or be vendor-specific. Device classes specify behavior of all
- * the interfaces on a devices.
+ * the interfaces on a device.
* @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
* @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
* @bInterfaceClass: Class of interface; numbers are assigned
--
1.9.1


2014-10-02 07:43:08

by Frans Klaver

[permalink] [raw]
Subject: Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
<[email protected]> wrote:
> Signed-off-by: Michael Opdenacker <[email protected]>
> ---
> include/linux/mod_devicetable.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
> index 44eeef0da186..745def862580 100644
> --- a/include/linux/mod_devicetable.h
> +++ b/include/linux/mod_devicetable.h
> @@ -69,7 +69,7 @@ struct ieee1394_device_id {
> * @bDeviceClass: Class of device; numbers are assigned
> * by the USB forum. Products may choose to implement classes,
> * or be vendor-specific. Device classes specify behavior of all
> - * the interfaces on a devices.
> + * the interfaces on a device.
> * @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
> * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
> * @bInterfaceClass: Class of interface; numbers are assigned
> --
> 1.9.1

Well whaddayaknow, I ran into the same thing last month.

https://lkml.org/lkml/2014/9/3/871

Cheers,
Frans

2014-10-02 19:34:14

by Michael Opdenacker

[permalink] [raw]
Subject: Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

Hi Frans,

On 10/02/2014 09:43 AM, Frans Klaver wrote:
> On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
> <[email protected]> wrote:
>> Signed-off-by: Michael Opdenacker <[email protected]>
>> ---
>> include/linux/mod_devicetable.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
>> index 44eeef0da186..745def862580 100644
>> --- a/include/linux/mod_devicetable.h
>> +++ b/include/linux/mod_devicetable.h
>> @@ -69,7 +69,7 @@ struct ieee1394_device_id {
>> * @bDeviceClass: Class of device; numbers are assigned
>> * by the USB forum. Products may choose to implement classes,
>> * or be vendor-specific. Device classes specify behavior of all
>> - * the interfaces on a devices.
>> + * the interfaces on a device.
>> * @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
>> * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
>> * @bInterfaceClass: Class of interface; numbers are assigned
>> --
>> 1.9.1
> Well whaddayaknow, I ran into the same thing last month.
>
> https://lkml.org/lkml/2014/9/3/871

Hey, you were first. Happy to drop my identical patch.

Thanks :)

Michael.

--
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098

2014-10-02 19:42:00

by Frans Klaver

[permalink] [raw]
Subject: Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

On 2 October 2014 21:34:10 CEST, Michael Opdenacker <[email protected]> wrote:
>Hi Frans,
>
>On 10/02/2014 09:43 AM, Frans Klaver wrote:
>> On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
>> <[email protected]> wrote:
>>> Signed-off-by: Michael Opdenacker
><[email protected]>
>>> ---
>>> include/linux/mod_devicetable.h | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/include/linux/mod_devicetable.h
>b/include/linux/mod_devicetable.h
>>> index 44eeef0da186..745def862580 100644
>>> --- a/include/linux/mod_devicetable.h
>>> +++ b/include/linux/mod_devicetable.h
>>> @@ -69,7 +69,7 @@ struct ieee1394_device_id {
>>> * @bDeviceClass: Class of device; numbers are assigned
>>> * by the USB forum. Products may choose to implement classes,
>>> * or be vendor-specific. Device classes specify behavior of
>all
>>> - * the interfaces on a devices.
>>> + * the interfaces on a device.
>>> * @bDeviceSubClass: Subclass of device; associated with
>bDeviceClass.
>>> * @bDeviceProtocol: Protocol of device; associated with
>bDeviceClass.
>>> * @bInterfaceClass: Class of interface; numbers are assigned
>>> --
>>> 1.9.1
>> Well whaddayaknow, I ran into the same thing last month.
>>
>> https://lkml.org/lkml/2014/9/3/871
>
>Hey, you were first. Happy to drop my identical patch.
>
>Thanks :)

I don't mind either way. It should get fixed :)

Cheers,
Frans