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: <20190821232724.1544-3-marek.behun@nic.cz> Date: Thu, 22 Aug 2019 01:27:16 +0200 From: Marek Behún <marek.behun@....cz> To: netdev@...r.kernel.org Cc: Andrew Lunn <andrew@...n.ch>, Vivien Didelot <vivien.didelot@...il.com>, Florian Fainelli <f.fainelli@...il.com>, Vladimir Oltean <olteanv@...il.com>, Marek Behún <marek.behun@....cz> Subject: [PATCH net-next 02/10] net: dsa: mv88e6xxx: remove extra newline There are two newlines separating mv88e6390_hidden_wait and mv88e6390_hidden_read. Remove one. Signed-off-by: Marek Behún <marek.behun@....cz> --- drivers/net/dsa/mv88e6xxx/chip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index d0bf98c10b2b..176173d96512 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c @@ -2347,7 +2347,6 @@ static int mv88e6390_hidden_wait(struct mv88e6xxx_chip *chip) PORT_RESERVED_1A, bit, 0); } - static int mv88e6390_hidden_read(struct mv88e6xxx_chip *chip, int port, int reg, u16 *val) { -- 2.21.0
Powered by blists - more mailing lists