From: Sharon Dvir Date: Thu, 22 Jan 2015 10:15:25 +0000 (+0200) Subject: USB: Add missing word to comment in mod_devicetable.h X-Git-Tag: fixes-v4.0-rc1~102^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32357605ce7bcd36cb6215a21cad12cd8f51b74e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed