diff options
author | Andi Kleen <[email protected]> | 2010-01-15 17:01:12 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-01-16 12:15:38 -0800 |
commit | 8ecc2951534af10e04ddb5e5ff5c6d217b79f5c2 (patch) | |
tree | 44c8400754bc42a072fe7dc117696ebb5699920e /net/lapb/lapb_iface.c | |
parent | 2427b8e3eaea3719e53bbed7b3375382c3aa6f13 (diff) |
kfifo: use void * pointers for user buffers
The pointers to user buffers are currently unsigned char *, which requires
a lot of casting in the caller for any non-char typed buffers. Use void *
instead.
Signed-off-by: Andi Kleen <[email protected]>
Acked-by: Stefani Seibold <[email protected]>
Cc: Roland Dreier <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: Andy Walls <[email protected]>
Cc: Vikram Dhillon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions