From: Michael Opdenacker Date: Thu, 2 Oct 2014 04:45:38 +0000 (+0200) Subject: mod_devicetable.h: grammar fix in comment X-Git-Tag: v3.19-rc1~106^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=de869917c663f44b5b032bff238bad22e15dda56;p=karo-tx-linux.git mod_devicetable.h: grammar fix in comment Signed-off-by: Michael Opdenacker Signed-off-by: Jiri Kosina --- 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