Skip to content
Commit 32357605 authored by Sharon Dvir's avatar Sharon Dvir Committed by Greg Kroah-Hartman
Browse files

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: default avatarSharon Dvir <sharon.dvir1@mail.huji.ac.il>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1cee6b8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment