aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorSalyzyn, Mark <[email protected]>2007-03-27 15:07:28 -0400
committerJames Bottomley <[email protected]>2007-04-01 10:25:21 -0500
commit4dfb7cbef856689caebd0f498dbd140d1b79954f (patch)
treece9ee4971a82f8b15e9e4c03b0beef4138c1deb2 /include/linux/debugobjects.h
parent10c9a017f1bd84a7aedaea7029cd5224863197db (diff)
[SCSI] aacraid: resolve compiler warnings using ptrdiff_t
Unsigned long is not always the same size as a pointer, namely on 32 bit systems with 64 bit address space. Ptrdiff_t is the same size as a pointer in all configurations. By using ptrdiff_t we can mitigate the warning messages on these configurations. There should be no side effects of this patch. Signed-off-by: Mark Salyzyn <[email protected]> Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions