On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker <[email protected]> wrote: > Signed-off-by: Michael Opdenacker <[email protected]> > --- > include/linux/mod_devicetable.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > -- > 1.9.1
Well whaddayaknow, I ran into the same thing last month. https://lkml.org/lkml/2014/9/3/871 Cheers, Frans -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

