public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym
@ 2015-05-31 18:52 Diego Viola
  2015-06-25 16:10 ` Diego Viola
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Viola @ 2015-05-31 18:52 UTC (permalink / raw)
  To: balbi; +Cc: gregkh, linux-usb, linux-kernel, trivial, Diego Viola

Signed-off-by: Diego Viola <diego.viola@gmail.com>
---
 drivers/usb/gadget/composite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
index 4e3447b..79a3ae0 100644
--- a/drivers/usb/gadget/composite.c
+++ b/drivers/usb/gadget/composite.c
@@ -896,7 +896,7 @@ void usb_remove_config(struct usb_composite_dev *cdev,
 
 /* We support strings in multiple languages ... string descriptor zero
  * says which languages are supported.  The typical case will be that
- * only one language (probably English) is used, with I18N handled on
+ * only one language (probably English) is used, with i18n handled on
  * the host side.
  */
 
@@ -949,7 +949,7 @@ static int get_string(struct usb_composite_dev *cdev,
 	struct usb_function		*f;
 	int				len;
 
-	/* Yes, not only is USB's I18N support probably more than most
+	/* Yes, not only is USB's i18n support probably more than most
 	 * folk will ever care about ... also, it's all supported here.
 	 * (Except for UTF8 support for Unicode's "Astral Planes".)
 	 */
-- 
2.4.2


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

* Re: [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym
  2015-05-31 18:52 [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym Diego Viola
@ 2015-06-25 16:10 ` Diego Viola
  2015-06-26  9:43   ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Viola @ 2015-06-25 16:10 UTC (permalink / raw)
  To: balbi; +Cc: gregkh, linux-usb, linux-kernel, trivial, Diego Viola

Ping?

On Sun, May 31, 2015 at 3:52 PM, Diego Viola <diego.viola@gmail.com> wrote:
> Signed-off-by: Diego Viola <diego.viola@gmail.com>
> ---
>  drivers/usb/gadget/composite.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
> index 4e3447b..79a3ae0 100644
> --- a/drivers/usb/gadget/composite.c
> +++ b/drivers/usb/gadget/composite.c
> @@ -896,7 +896,7 @@ void usb_remove_config(struct usb_composite_dev *cdev,
>
>  /* We support strings in multiple languages ... string descriptor zero
>   * says which languages are supported.  The typical case will be that
> - * only one language (probably English) is used, with I18N handled on
> + * only one language (probably English) is used, with i18n handled on
>   * the host side.
>   */
>
> @@ -949,7 +949,7 @@ static int get_string(struct usb_composite_dev *cdev,
>         struct usb_function             *f;
>         int                             len;
>
> -       /* Yes, not only is USB's I18N support probably more than most
> +       /* Yes, not only is USB's i18n support probably more than most
>          * folk will ever care about ... also, it's all supported here.
>          * (Except for UTF8 support for Unicode's "Astral Planes".)
>          */
> --
> 2.4.2
>

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

* Re: [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym
  2015-06-25 16:10 ` Diego Viola
@ 2015-06-26  9:43   ` Jiri Kosina
  2015-06-26  9:53     ` Borislav Petkov
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2015-06-26  9:43 UTC (permalink / raw)
  To: Diego Viola; +Cc: balbi, gregkh, linux-usb, linux-kernel

On Thu, 25 Jun 2015, Diego Viola wrote:

> Ping?

Diego, you seem to be very anxious about your trivial patches.

Please understand, that those of the patches which are not really 
super-important, might sit in the queue for long time, because they are 
preempted by more important stuff.

Your patch hasn't been lost, it's still in my trivial-todo inbox, and will 
eventually be processed.

Thanks,

-- 
Jiri Kosina
SUSE Labs

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

* Re: [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym
  2015-06-26  9:43   ` Jiri Kosina
@ 2015-06-26  9:53     ` Borislav Petkov
  0 siblings, 0 replies; 4+ messages in thread
From: Borislav Petkov @ 2015-06-26  9:53 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Diego Viola, balbi, gregkh, linux-usb, linux-kernel

On Fri, Jun 26, 2015 at 11:43:25AM +0200, Jiri Kosina wrote:
> On Thu, 25 Jun 2015, Diego Viola wrote:
> 
> > Ping?
> 
> Diego, you seem to be very anxious about your trivial patches.
> 
> Please understand, that those of the patches which are not really 
> super-important, might sit in the queue for long time, because they are 
> preempted by more important stuff.
> 
> Your patch hasn't been lost, it's still in my trivial-todo inbox, and will 
> eventually be processed.

I'm pretty sure if Diego tried fixing some real bugs, people would
respond much faster...

:-)

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

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

end of thread, other threads:[~2015-06-26  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 18:52 [PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym Diego Viola
2015-06-25 16:10 ` Diego Viola
2015-06-26  9:43   ` Jiri Kosina
2015-06-26  9:53     ` Borislav Petkov

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