summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-10-28 00:44:12 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 02:02:07 +0400
commitf9c3e4e7a797ec7c0de3ad6372ca332692cd0115 (patch)
tree12c841e7cd6ad6e2298de5b30c207065fc06b1da /scripts/checkpatch.pl
parent3e4cce9dadada9661ee7464904151c5570e7b51c (diff)
downloadlinux-f9c3e4e7a797ec7c0de3ad6372ca332692cd0115.tar.xz
staging: comedi: change type of auto-config context
Change the type of the context parameter passed to `comedi_auto_config_helper()` from `void *` to `unsigned long`. It's currently just an internal change and all current internal usages pass pointers in the context, but future uses of this function may pass integer values or pointer values at the whim of a lower-level comedi driver and the `unsigned long` type expresses this better as it is commonly used in the Linux kernel to hold such values. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions