mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
/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>
This commit is contained in:
parent
b5bed1b6e1
commit
58c991d538
1 changed files with 3 additions and 6 deletions
|
@ -13,8 +13,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include "2t3e3.h"
|
||||
|
||||
const u32 cpld_reg_map[][2] =
|
||||
{
|
||||
const u32 cpld_reg_map[][2] = {
|
||||
{ 0x0000, 0x0080 }, /* 0 - Port Control Register A (PCRA) */
|
||||
{ 0x0004, 0x0084 }, /* 1 - Port Control Register B (PCRB) */
|
||||
{ 0x0008, 0x0088 }, /* 2 - LCV Count Register (PLCR) */
|
||||
|
@ -35,8 +34,7 @@ const u32 cpld_reg_map[][2] =
|
|||
{ 0x0070, 0x00f0 }, /* 17 - Port Bandwidth Stop (PBWL) */
|
||||
};
|
||||
|
||||
const u32 cpld_val_map[][2] =
|
||||
{
|
||||
const u32 cpld_val_map[][2] = {
|
||||
{ 0x01, 0x02 }, /* LIU1 / LIU2 select for Serial Chip Select */
|
||||
{ 0x04, 0x08 }, /* DAC1 / DAC2 select for Serial Chip Select */
|
||||
{ 0x00, 0x04 }, /* LOOP1 / LOOP2 - select of loop timing source */
|
||||
|
@ -94,8 +92,7 @@ const u32 t3e3_framer_reg_map[] = {
|
|||
0x81 /* 47 - LINE_INTERFACE_SCAN */
|
||||
};
|
||||
|
||||
const u32 t3e3_liu_reg_map[] =
|
||||
{
|
||||
const u32 t3e3_liu_reg_map[] = {
|
||||
0x00, /* REG0 */
|
||||
0x01, /* REG1 */
|
||||
0x02, /* REG2 */
|
||||
|
|
Loading…
Reference in a new issue