Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: gadget: functionfs: fix spellos

Fix typos in documentation as reported by codespell.

Fixes: f0175ab51993 ("usb: gadget: f_fs: OS descriptors support")
Fixes: ddf8abd25994 ("USB: f_fs: the FunctionFS driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Michal Nazarewicz <mina86@mina86.com>
Cc: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Link: https://lore.kernel.org/r/20241128033756.373517-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
e500d497 686d4a2c

+4 -4
+4 -4
include/uapi/linux/usb/functionfs.h
··· 206 206 * +-----+-----------------+------+--------------------------+ 207 207 * | off | name | type | description | 208 208 * +-----+-----------------+------+--------------------------+ 209 - * | 0 | inteface | U8 | related interface number | 209 + * | 0 | interface | U8 | related interface number | 210 210 * +-----+-----------------+------+--------------------------+ 211 211 * | 1 | dwLength | U32 | length of the descriptor | 212 212 * +-----+-----------------+------+--------------------------+ ··· 224 224 * +-----+-----------------+------+--------------------------+ 225 225 * | off | name | type | description | 226 226 * +-----+-----------------+------+--------------------------+ 227 - * | 0 | inteface | U8 | related interface number | 227 + * | 0 | interface | U8 | related interface number | 228 228 * +-----+-----------------+------+--------------------------+ 229 229 * | 1 | dwLength | U32 | length of the descriptor | 230 230 * +-----+-----------------+------+--------------------------+ ··· 237 237 * | 11 | ExtProp[] | | list of ext. prop. d. | 238 238 * +-----+-----------------+------+--------------------------+ 239 239 * 240 - * ExtCompat[] is an array of valid Extended Compatiblity descriptors 240 + * ExtCompat[] is an array of valid Extended Compatibility descriptors 241 241 * which have the following format: 242 242 * 243 243 * +-----+-----------------------+------+-------------------------------------+ ··· 295 295 * | 16 | stringtab | StringTab[lang_count] | table of strings per lang | 296 296 * 297 297 * For each language there is one stringtab entry (ie. there are lang_count 298 - * stringtab entires). Each StringTab has following format: 298 + * stringtab entries). Each StringTab has following format: 299 299 * 300 300 * | off | name | type | description | 301 301 * |-----+---------+-------------------+------------------------------------|