summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-24 20:02:25 +0200
committerGreg Kroah-Hartman2010-06-24 23:23:17 +0200
commit0f4c60d61e9c10a0733eacd650c101189bdf75cd (patch)
tree88cd18c474739648e45ec68e303c0f7351ee546c /drivers/staging/vt6655/ioctl.h
parentStaging: d53155_drv.c: cleanup fbuffer usage (diff)
downloadkernel-qcow2-linux-0f4c60d61e9c10a0733eacd650c101189bdf75cd.tar.gz
kernel-qcow2-linux-0f4c60d61e9c10a0733eacd650c101189bdf75cd.tar.xz
kernel-qcow2-linux-0f4c60d61e9c10a0733eacd650c101189bdf75cd.zip
Staging: vt6655: remove DWORD typedef
Replace all occurrences with unsigned long type, except for pointer fields that should be u32 in packed structures and 8-byte-aligned 8 byte long structure QWORD. Thanks to Jiri Slaby for pointing out that simply replacing by unsigned long is wrong on x86-64 arch. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/ioctl.h')
-rw-r--r--drivers/staging/vt6655/ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ioctl.h b/drivers/staging/vt6655/ioctl.h
index 0de2324d15da..ba85015c11b6 100644
--- a/drivers/staging/vt6655/ioctl.h
+++ b/drivers/staging/vt6655/ioctl.h
@@ -45,7 +45,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq);
/*
void vConfigWEPKey (
PSDevice pDevice,
- DWORD dwKeyIndex,
+ unsigned long dwKeyIndex,
unsigned char *pbyKey,
unsigned long uKeyLength
);