Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

/drivers/staging/sbe2t3e3: Fixed left brace to be on the previous line

This patch solves the error: that open brace { should be on the previous line.

Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>

authored by

Andreea-Cristina Bernat and committed by
Peter P Waskiewicz Jr
58c991d5 b5bed1b6

+3 -6
+3 -6
drivers/staging/sbe-2t3e3/maps.c
··· 13 13 #include <linux/kernel.h> 14 14 #include "2t3e3.h" 15 15 16 - const u32 cpld_reg_map[][2] = 17 - { 16 + const u32 cpld_reg_map[][2] = { 18 17 { 0x0000, 0x0080 }, /* 0 - Port Control Register A (PCRA) */ 19 18 { 0x0004, 0x0084 }, /* 1 - Port Control Register B (PCRB) */ 20 19 { 0x0008, 0x0088 }, /* 2 - LCV Count Register (PLCR) */ ··· 34 35 { 0x0070, 0x00f0 }, /* 17 - Port Bandwidth Stop (PBWL) */ 35 36 }; 36 37 37 - const u32 cpld_val_map[][2] = 38 - { 38 + const u32 cpld_val_map[][2] = { 39 39 { 0x01, 0x02 }, /* LIU1 / LIU2 select for Serial Chip Select */ 40 40 { 0x04, 0x08 }, /* DAC1 / DAC2 select for Serial Chip Select */ 41 41 { 0x00, 0x04 }, /* LOOP1 / LOOP2 - select of loop timing source */ ··· 92 94 0x81 /* 47 - LINE_INTERFACE_SCAN */ 93 95 }; 94 96 95 - const u32 t3e3_liu_reg_map[] = 96 - { 97 + const u32 t3e3_liu_reg_map[] = { 97 98 0x00, /* REG0 */ 98 99 0x01, /* REG1 */ 99 100 0x02, /* REG2 */