mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: comedi: quatech_daqp_cs: spaces preferred around that '<<'
Fix the checkpatch.pl issues about: CHECK: spaces preferred around that '<<' (ctx:VxV) Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e031642ecc
commit
491205bbc6
@@ -79,10 +79,10 @@ struct daqp_private {
|
||||
#define DAQP_AUX 15
|
||||
|
||||
#define DAQP_SCANLIST_DIFFERENTIAL 0x4000
|
||||
#define DAQP_SCANLIST_GAIN(x) ((x)<<12)
|
||||
#define DAQP_SCANLIST_CHANNEL(x) ((x)<<8)
|
||||
#define DAQP_SCANLIST_GAIN(x) ((x) << 12)
|
||||
#define DAQP_SCANLIST_CHANNEL(x) ((x) << 8)
|
||||
#define DAQP_SCANLIST_START 0x0080
|
||||
#define DAQP_SCANLIST_EXT_GAIN(x) ((x)<<4)
|
||||
#define DAQP_SCANLIST_EXT_GAIN(x) ((x) << 4)
|
||||
#define DAQP_SCANLIST_EXT_CHANNEL(x) (x)
|
||||
|
||||
#define DAQP_CONTROL_PACER_100kHz 0xc0
|
||||
|
||||
Reference in New Issue
Block a user