diff options
author | Diego Viola <diego.viola@gmail.com> | 2015-05-31 21:52:41 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-07-29 17:59:18 +0300 |
commit | ad4676ab58ae38e5597a2d6bc0d12e9b5e0b0d18 (patch) | |
tree | 8ff241ea15f357ee27553dff9cdfee0ee89b5966 /drivers/usb/gadget/composite.c | |
parent | b8464bcf0a20970471e8f897fe4706fcc2702263 (diff) | |
download | linux-ad4676ab58ae38e5597a2d6bc0d12e9b5e0b0d18.tar.xz |
usb: gadget: composite.c: i18n is not an acronym
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>
Diffstat (limited to 'drivers/usb/gadget/composite.c')
-rw-r--r-- | drivers/usb/gadget/composite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c index 58b4657fc721..9ff3203b50e2 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".) */ |