diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2017-08-23 15:29:11 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-24 08:40:17 -0600 |
commit | 6a934bb81476e7e90baaf2ff766e6b6f04b5febb (patch) | |
tree | 8965c343dc8cbd76b1b7817da062a7b9ad6d9bdf /scripts | |
parent | 47570848f0864374dec4accce68d23fc0eaac0b2 (diff) | |
download | op-kernel-dev-6a934bb81476e7e90baaf2ff766e6b6f04b5febb.zip op-kernel-dev-6a934bb81476e7e90baaf2ff766e6b6f04b5febb.tar.gz |
compat_hdio_ioctl: Fix a declaration
This patch avoids that sparse reports the following warning messages:
block/compat_ioctl.c:85:11: warning: incorrect type in assignment (different address spaces)
block/compat_ioctl.c:85:11: expected unsigned long *[noderef] <asn:1>p
block/compat_ioctl.c:85:11: got void [noderef] <asn:1>*
block/compat_ioctl.c:91:21: warning: incorrect type in argument 1 (different address spaces)
block/compat_ioctl.c:91:21: expected void const volatile [noderef] <asn:1>*<noident>
block/compat_ioctl.c:91:21: got unsigned long *[noderef] <asn:1>p
block/compat_ioctl.c:87:53: warning: dereference of noderef expression
block/compat_ioctl.c:91:21: warning: dereference of noderef expression
Fixes: commit d597580d3737 ("generic ...copy_..._user primitives")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions