diff options
author | Frans Klaver <frans.klaver@xsens.com> | 2014-10-01 09:30:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 09:30:15 -0400 |
commit | 720a8d369b7f841741baf723cecd32cdef19d040 (patch) | |
tree | 823f1de01bd4f592df0251d3f76c9658ce1c009c /Documentation/usb/gadget_configfs.txt | |
parent | 7bb38d57fd75f03753a5b362916c5bbde8290208 (diff) |
gadget_configfs.txt: fix spelling of 'function'
Signed-off-by: Frans Klaver <frans.klaver@xsens.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/usb/gadget_configfs.txt')
-rw-r--r-- | Documentation/usb/gadget_configfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt index 4cf53e406613..635e57493709 100644 --- a/Documentation/usb/gadget_configfs.txt +++ b/Documentation/usb/gadget_configfs.txt | |||
@@ -376,7 +376,7 @@ functions and binds them. This way the whole gadget is bound. | |||
376 | configured, so config_groups for particular functions are defined | 376 | configured, so config_groups for particular functions are defined |
377 | in the functions implementation files drivers/usb/gadget/f_*.c. | 377 | in the functions implementation files drivers/usb/gadget/f_*.c. |
378 | 378 | ||
379 | 5. Funciton's code is written in such a way that it uses | 379 | 5. Function's code is written in such a way that it uses |
380 | 380 | ||
381 | usb_get_function_instance(), which, in turn, calls request_module. | 381 | usb_get_function_instance(), which, in turn, calls request_module. |
382 | So, provided that modprobe works, modules for particular functions | 382 | So, provided that modprobe works, modules for particular functions |