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>
This commit is contained in:
parent
5c165423bc
commit
8b39e8e973
1 changed files with 64 additions and 64 deletions
|
@ -353,7 +353,7 @@
|
|||
#define PCI230_ADC_FIFO_EMPTY (1 << 12) /* FIFO empty */
|
||||
#define PCI230_ADC_FIFO_FULL (1 << 13) /* FIFO full */
|
||||
#define PCI230_ADC_FIFO_HALF (1 << 14) /* FIFO half full */
|
||||
#define PCI230_ADC_FIFO_FULL_LATCHED (1<<5) /* Indicates overrun occurred */
|
||||
#define PCI230_ADC_FIFO_FULL_LATCHED (1 << 5) /* FIFO overrun occurred */
|
||||
|
||||
/*
|
||||
* PCI230 ADC FIFO levels.
|
||||
|
|
Loading…
Add table
Reference in a new issue