lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1274645175-27335-2-git-send-email-andrea.gelmini@gelma.net> Date: Sun, 23 May 2010 22:06:01 +0200 From: Andrea Gelmini <andrea.gelmini@...ma.net> To: andrea.gelmini@...ma.net Cc: Chas Williams <chas@....nrl.navy.mil>, linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org Subject: [PATCH 185/199] drivers/atm/idt77252_tables.h: Checkpatch cleanup drivers/atm/idt77252_tables.h:7: ERROR: that open brace { should be on the previous line drivers/atm/idt77252_tables.h:267: ERROR: that open brace { should be on the previous line Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net> --- drivers/atm/idt77252_tables.h | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/atm/idt77252_tables.h b/drivers/atm/idt77252_tables.h index b6c8ee5..2e814cf 100644 --- a/drivers/atm/idt77252_tables.h +++ b/drivers/atm/idt77252_tables.h @@ -3,8 +3,7 @@ * Cell Line Rate: 353207.55 (155520000 bps) */ -static unsigned int log_to_rate[] = -{ +static unsigned int log_to_rate[] = { /* 000 */ 0x8d022e27, /* cps = 10.02, nrm = 3, interval = 35264.00 */ /* 001 */ 0x8d362e11, /* cps = 10.42, nrm = 3, interval = 33856.00 */ /* 002 */ 0x8d6e2bf8, /* cps = 10.86, nrm = 3, interval = 32512.00 */ @@ -263,8 +262,7 @@ static unsigned int log_to_rate[] = /* 255 */ 0xc9630020, /* cps = 352768.00, nrm = 32, interval = 1.00 */ }; -static unsigned char rate_to_log[] = -{ +static unsigned char rate_to_log[] = { /* 1.00 => 0 */ 0x00, /* => 10.02 */ /* 1.06 => 0 */ 0x00, /* => 10.02 */ /* 1.12 => 0 */ 0x00, /* => 10.02 */ -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists