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:
H Hartley Sweeten
2015-10-05 14:22:53 -07:00
committed by Greg Kroah-Hartman
parent e031642ecc
commit 491205bbc6

View File

@@ -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