staging: comedi: plx9080.h: rename CamelCase enum value
Rename the enum value to fix the checkpatch.pl issue: CHECK: Avoid CamelCase: <MARB_PCIv21_MODE> 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:
parent
a104336d0e
commit
a512f530f6
|
@ -88,7 +88,7 @@ enum marb_bits {
|
|||
/* direct slave LLOCKo# enable */
|
||||
MARB_DS_LLOCK_ENABLE = 0x00400000,
|
||||
MARB_PCI_REQUEST_MODE = 0x00800000,
|
||||
MARB_PCIv21_MODE = 0x01000000, /* pci specification v2.1 mode */
|
||||
MARB_PCIV21_MODE = 0x01000000, /* pci specification v2.1 mode */
|
||||
MARB_PCI_READ_NO_WRITE_MODE = 0x02000000,
|
||||
MARB_PCI_READ_WITH_WRITE_FLUSH_MODE = 0x04000000,
|
||||
/* gate local bus latency timer with BREQ */
|
||||
|
|
Loading…
Reference in New Issue