Staging: vt6656: Fixed typo in a variable name

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>
This commit is contained in:
Gustavo A. R. Silva 2015-01-11 16:46:45 -06:00 committed by Greg Kroah-Hartman
parent 733b3b0794
commit ffad440b73

View 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__ */