Staging Comedi: fix spacing around parens
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / drivers / addi-data / addi_eeprom.c
index 3aa20928e6700ad80d1952479609a2c4283f4c1f..3c9bb3962c5d5ad12ab72a4ca2be7a4c219b59dc 100644 (file)
@@ -45,9 +45,9 @@ You shoud also find the complete GPL in the COPYING file accompanying this sourc
   +----------+-----------+------------------------------------------------+
 */
 
-#define NVCMD_BEGIN_READ       (0x7 << 5 )     /*  nvRam begin read command */
-#define NVCMD_LOAD_LOW         (0x4 << 5 )     /*  nvRam load low command */
-#define NVCMD_LOAD_HIGH        (0x5 << 5 )     /*  nvRam load high command */
+#define NVCMD_BEGIN_READ       (0x7 << 5     /*  nvRam begin read command */
+#define NVCMD_LOAD_LOW         (0x4 << 5     /*  nvRam load low command */
+#define NVCMD_LOAD_HIGH        (0x5 << 5     /*  nvRam load high command */
 #define EE76_CMD_LEN           13      /*  bits in instructions */
 #define EE_READ                0x0180  /*  01 1000 0000 read instruction */