public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment
@ 2014-10-02  4:45 Michael Opdenacker
  2014-10-02  7:43 ` Frans Klaver
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2014-10-02  4:45 UTC (permalink / raw)
  To: trivial
  Cc: gregkh, johannes.thumshirn, joshc, dl9pf, behanw, kheitke,
	ard.biesheuvel, linux-kernel, Michael Opdenacker

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment
  2014-10-02  4:45 [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment Michael Opdenacker
@ 2014-10-02  7:43 ` Frans Klaver
  2014-10-02 19:34   ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Frans Klaver @ 2014-10-02  7:43 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: Jiri Kosina, Greg KH, johannes.thumshirn, joshc, dl9pf, behanw,
	kheitke, ard.biesheuvel, linux-kernel@vger.kernel.org

On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
<michael.opdenacker@free-electrons.com> wrote:
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment
  2014-10-02  7:43 ` Frans Klaver
@ 2014-10-02 19:34   ` Michael Opdenacker
  2014-10-02 19:41     ` Frans Klaver
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2014-10-02 19:34 UTC (permalink / raw)
  To: Frans Klaver
  Cc: Jiri Kosina, Greg KH, johannes.thumshirn, joshc, dl9pf, behanw,
	kheitke, ard.biesheuvel, linux-kernel@vger.kernel.org,
	Michael Opdenacker

Hi Frans,

On 10/02/2014 09:43 AM, Frans Klaver wrote:
> On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
> <michael.opdenacker@free-electrons.com> wrote:
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
>> ---
>>  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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment
  2014-10-02 19:34   ` Michael Opdenacker
@ 2014-10-02 19:41     ` Frans Klaver
  0 siblings, 0 replies; 4+ messages in thread
From: Frans Klaver @ 2014-10-02 19:41 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: Jiri Kosina, Greg KH, johannes.thumshirn, joshc, dl9pf, behanw,
	kheitke, ard.biesheuvel, linux-kernel@vger.kernel.org,
	Michael Opdenacker

On 2 October 2014 21:34:10 CEST, Michael Opdenacker <michael.opdenacker@free-electrons.com> wrote:
>Hi Frans,
>
>On 10/02/2014 09:43 AM, Frans Klaver wrote:
>> On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker
>> <michael.opdenacker@free-electrons.com> wrote:
>>> Signed-off-by: Michael Opdenacker
><michael.opdenacker@free-electrons.com>
>>> ---
>>>  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 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-02 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02  4:45 [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment Michael Opdenacker
2014-10-02  7:43 ` Frans Klaver
2014-10-02 19:34   ` Michael Opdenacker
2014-10-02 19:41     ` Frans Klaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox