summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.h
diff options
context:
space:
mode:
authorAndres More2010-05-18 02:34:01 +0200
committerGreg Kroah-Hartman2010-05-18 23:51:08 +0200
commitcc856e61ee4ffb150ff352e3d6940978a2f819e8 (patch)
treefc196d675186aeaf221758a37c03ef5e305649fc /drivers/staging/vt6656/dpc.h
parentStaging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefs (diff)
downloadkernel-qcow2-linux-cc856e61ee4ffb150ff352e3d6940978a2f819e8.tar.gz
kernel-qcow2-linux-cc856e61ee4ffb150ff352e3d6940978a2f819e8.tar.xz
kernel-qcow2-linux-cc856e61ee4ffb150ff352e3d6940978a2f819e8.zip
Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs
Cleared all checkpatch warnings but 'do not add new typedefs' ones. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/dpc.h')
-rw-r--r--drivers/staging/vt6656/dpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h
index 7ea3ad973417..d4fca43af4fe 100644
--- a/drivers/staging/vt6656/dpc.h
+++ b/drivers/staging/vt6656/dpc.h
@@ -55,7 +55,7 @@ BOOL
RXbBulkInProcessData(
PSDevice pDevice,
PRCB pRCB,
- ULONG BytesToIndicate
+ unsigned long BytesToIndicate
);
#endif /* __RXTX_H__ */