Staging: comedi: Misc code cleanups for checkpatch

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-03-16 22:04:12 -04:00 committed by Greg Kroah-Hartman
parent a87e4f5a4a
commit 51b713a684
6 changed files with 9 additions and 9 deletions

View File

@ -63,7 +63,7 @@
MODULE_LICENSE("GPL");
struct mite_struct *mite_devices = NULL;
struct mite_struct *mite_devices;
#define TOP_OF_PAGE(x) ((x)|(~(PAGE_MASK)))