]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: vt6656: Fixed typo in a variable name
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 22:46:45 +0000 (16:46 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jan 2015 03:46:50 +0000 (19:46 -0800)
Fixed typo in a variable name in dpc.h file.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/dpc.h

index fab195f8c3f5e3fdaa448675834e6bc48058aa01..95e0e83a487e6b45abb83c23e1cd435ba28f0e56 100644 (file)
@@ -32,6 +32,6 @@
 #include "device.h"
 
 int vnt_rx_data(struct vnt_private *, struct vnt_rcb *,
-       unsigned long bytes_recieved);
+       unsigned long bytes_received);
 
 #endif /* __RXTX_H__ */