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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 13 Jun 2017 08:28:41 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Dong Aisheng <aisheng.dong@....com>
Cc:     kbuild-all@...org, linux-serial@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        gregkh@...uxfoundation.org, jslaby@...e.com, fugang.duan@....com,
        stefan@...er.ch, Mingkai.Hu@....com, yangbo.lu@....com,
        nikita.yoush@...entembedded.com, andy.shevchenko@...il.com,
        dongas86@...il.com, Dong Aisheng <aisheng.dong@....com>
Subject: [PATCH] tty: serial: lpuart: fix semicolon.cocci warnings

drivers/tty/serial/fsl_lpuart.c:305:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Dong Aisheng <aisheng.dong@....com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---

 fsl_lpuart.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -302,7 +302,7 @@ static inline void lpuart32_write(struct
 	case UPIO_MEM32BE:
 		iowrite32be(val, port->membase + off);
 		break;
-	};
+	}
 }
 
 static void lpuart_stop_tx(struct uart_port *port)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ