staging: comedi: fix typo
Fix spelling mistake: "lenghth" -> "length" Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9e2ddbdd92
commit
037e9edf9d
|
@ -61,7 +61,7 @@
|
|||
#define USBDUXFASTSUB_CPUCS 0xE600
|
||||
|
||||
/*
|
||||
* max lenghth of the transfer-buffer for software upload
|
||||
* max length of the transfer-buffer for software upload
|
||||
*/
|
||||
#define TB_LEN 0x2000
|
||||
|
||||
|
|
Loading…
Reference in New Issue