The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] gadget_configfs.txt: fix spelling of 'function'
@ 2014-10-01 13:30 Frans Klaver
  2014-10-14  7:00 ` Frans Klaver
  0 siblings, 1 reply; 4+ messages in thread
From: Frans Klaver @ 2014-10-01 13:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Frans Klaver, Greg Kroah-Hartman, linux-usb, linux-doc,
	linux-kernel

Signed-off-by: Frans Klaver <frans.klaver@xsens.com>
---
 Documentation/usb/gadget_configfs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
index 4cf53e4..635e574 100644
--- a/Documentation/usb/gadget_configfs.txt
+++ b/Documentation/usb/gadget_configfs.txt
@@ -376,7 +376,7 @@ functions and binds them. This way the whole gadget is bound.
 configured, so config_groups for particular functions are defined
 in the functions implementation files drivers/usb/gadget/f_*.c.
 
-5. Funciton's code is written in such a way that it uses
+5. Function's code is written in such a way that it uses
 
 usb_get_function_instance(), which, in turn, calls request_module.
 So, provided that modprobe works, modules for particular functions
-- 
2.1.0


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

* Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'
  2014-10-01 13:30 [PATCH] gadget_configfs.txt: fix spelling of 'function' Frans Klaver
@ 2014-10-14  7:00 ` Frans Klaver
  2014-10-14  7:35   ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Frans Klaver @ 2014-10-14  7:00 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Greg Kroah-Hartman, linux-usb, linux-doc, linux-kernel

On Wed, Oct 01, 2014 at 03:30:31PM +0200, Frans Klaver wrote:
> Signed-off-by: Frans Klaver <frans.klaver@xsens.com>
> ---
>  Documentation/usb/gadget_configfs.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
> index 4cf53e4..635e574 100644
> --- a/Documentation/usb/gadget_configfs.txt
> +++ b/Documentation/usb/gadget_configfs.txt
> @@ -376,7 +376,7 @@ functions and binds them. This way the whole gadget is bound.
>  configured, so config_groups for particular functions are defined
>  in the functions implementation files drivers/usb/gadget/f_*.c.
>  
> -5. Funciton's code is written in such a way that it uses
> +5. Function's code is written in such a way that it uses
>  
>  usb_get_function_instance(), which, in turn, calls request_module.
>  So, provided that modprobe works, modules for particular functions
> -- 
> 2.1.0
> 

Ping

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

* Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'
  2014-10-14  7:00 ` Frans Klaver
@ 2014-10-14  7:35   ` Jiri Kosina
  2014-10-14  7:39     ` Frans Klaver
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2014-10-14  7:35 UTC (permalink / raw)
  To: Frans Klaver; +Cc: Greg Kroah-Hartman, linux-usb, linux-doc, linux-kernel

On Tue, 14 Oct 2014, Frans Klaver wrote:

> > Signed-off-by: Frans Klaver <frans.klaver@xsens.com>
> > ---
> >  Documentation/usb/gadget_configfs.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
> > index 4cf53e4..635e574 100644
> > --- a/Documentation/usb/gadget_configfs.txt
> > +++ b/Documentation/usb/gadget_configfs.txt
> > @@ -376,7 +376,7 @@ functions and binds them. This way the whole gadget is bound.
> >  configured, so config_groups for particular functions are defined
> >  in the functions implementation files drivers/usb/gadget/f_*.c.
> >  
> > -5. Funciton's code is written in such a way that it uses
> > +5. Function's code is written in such a way that it uses
> >  
> >  usb_get_function_instance(), which, in turn, calls request_module.
> >  So, provided that modprobe works, modules for particular functions
> > -- 
> > 2.1.0
> > 
> 
> Ping

Frans,

your patch hasn't been lost, it's in my 'to-process' queue. It's merge 
window now, plus this is a super-low priority patch. Please be patient, it 
will eventually be processed.

-- 
Jiri Kosina
SUSE Labs

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

* Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'
  2014-10-14  7:35   ` Jiri Kosina
@ 2014-10-14  7:39     ` Frans Klaver
  0 siblings, 0 replies; 4+ messages in thread
From: Frans Klaver @ 2014-10-14  7:39 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Greg Kroah-Hartman, linux-usb, linux-doc, linux-kernel

On Tue, Oct 14, 2014 at 09:35:24AM +0200, Jiri Kosina wrote:
> your patch hasn't been lost, it's in my 'to-process' queue. It's merge 
> window now, plus this is a super-low priority patch. Please be patient, it 
> will eventually be processed.

Alright. I think I've been getting quite spoiled with feedback then ;)

Thanks for the update,
Frans

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

end of thread, other threads:[~2014-10-14  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 13:30 [PATCH] gadget_configfs.txt: fix spelling of 'function' Frans Klaver
2014-10-14  7:00 ` Frans Klaver
2014-10-14  7:35   ` Jiri Kosina
2014-10-14  7:39     ` Frans Klaver

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