git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
311fda8
)
comedi vmk80xx: make rudimentary_check a static function
author
J. Ali Harlow
<ali@avrc.city.ac.uk>
Wed, 18 May 2011 18:18:51 +0000
(19:18 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 18 May 2011 21:32:04 +0000
(14:32 -0700)
rudimentary_check is a macro with side-effects (it returns
on error) which is contary to CodingStyle. Replace it with
a static function.
Signed-off-by: J. Ali Harlow <ali@avrc.city.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found