USB: Add missing word to comment in mod_devicetable.h
authorSharon Dvir <sharon.dvir1@mail.huji.ac.il>
Thu, 22 Jan 2015 10:15:25 +0000 (12:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Jan 2015 23:58:23 +0000 (15:58 -0800)
commit32357605ce7bcd36cb6215a21cad12cd8f51b74e
treea83780797f8f2f3a5f4c2844cd390102695babf7
parent1cee6b8d00427fd993c2e2b8acfd08410b053af3
USB: Add missing word to comment in mod_devicetable.h

The documentation of match_flags in struct usb_device_id said:
'Bit mask controlling of the other fields are used to match against new devices.'
Changed to:
'Bit mask controlling which of the other fields are used to match against new devices.'
By adding the word 'which' and editing the next lines to not exceed 80 chars.

Signed-off-by: Sharon Dvir <sharon.dvir1@mail.huji.ac.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/mod_devicetable.h
This page took 0.03438 seconds and 5 git commands to generate.