OSDN Git Service

staging: comedi: amplc_pci230: add whitespace to register values
authorIan Abbott <abbotti@mev.co.uk>
Tue, 29 Jul 2014 11:58:18 +0000 (12:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:54:03 +0000 (16:54 -0700)
commit8b39e8e973f91f9b80ba1a42e9be7e24eb040081
tree50e427e73919ada6ab5096078d45f3e1e8d206ba
parent5c165423bcb92ecd8aba93af25823ee567fb0280
staging: comedi: amplc_pci230: add whitespace to register values

Several macros are defined for bit-field values within hardware
registers.  They are defined as left-shifted values.  Add some
whitespace around the left-shift operator.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci230.c