Skip to content

Commit

Permalink
usb: gadget: composite.c: i18n is not an acronym
Browse files Browse the repository at this point in the history
I18N should be spelled as i18n because it's not
an acronym

Signed-off-by: Diego Viola <diego.viola@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Diego Viola authored and Felipe Balbi committed Jul 29, 2015
1 parent b8464bc commit ad4676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down Expand Up @@ -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".)
*/
Expand Down

0 comments on commit ad4676a

Please sign in to comment.