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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 7 Nov 2010 21:45:04 -0500
From:	"Zhang, Sonic" <Sonic.Zhang@...log.com>
To:	Joe Perches <joe@...ches.com>, Mike Frysinger <vapier@...too.org>,
	Greg Kroah-Hartman <gregkh@...e.de>
CC:	"uclinux-dist-devel@...ckfin.uclinux.org" 
	<uclinux-dist-devel@...ckfin.uclinux.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] drivers/serial/bfin_5xx.c: Fix line continuation defects

>-----Original Message-----
>From: Joe Perches [mailto:joe@...ches.com]
>Sent: Monday, November 08, 2010 5:10 AM
>To: Zhang, Sonic; Mike Frysinger; Greg Kroah-Hartman
>Cc: uclinux-dist-devel@...ckfin.uclinux.org;
>linux-kernel@...r.kernel.org
>Subject: [PATCH] drivers/serial/bfin_5xx.c: Fix line
>continuation defects
>
>Signed-off-by: Joe Perches <joe@...ches.com>


Acked-by: Sonic Zhang <sonic.zhang@...log.com>

Thanks

Sonic Zhang

>---
> drivers/serial/bfin_5xx.c |    6 ++----
> 1 files changed, 2 insertions(+), 4 deletions(-)
>
>diff --git a/drivers/serial/bfin_5xx.c
>b/drivers/serial/bfin_5xx.c index a9eff2b..351cc03 100644
>--- a/drivers/serial/bfin_5xx.c
>+++ b/drivers/serial/bfin_5xx.c
>@@ -734,8 +734,7 @@ static int bfin_serial_startup(struct
>uart_port *port)
>                       IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING |
>                       IRQF_DISABLED, "BFIN_UART_CTS", uart)) {
>                       uart->cts_pin = -1;
>-                      pr_info("Unable to attach BlackFin UART
>CTS interrupt.\
>-                               So, disable it.\n");
>+                      pr_info("Unable to attach BlackFin UART
>CTS interrupt. So, disable
>+it.\n");
>               }
>       }
>       if (uart->rts_pin >= 0) {
>@@ -747,8 +746,7 @@ static int bfin_serial_startup(struct
>uart_port *port)
>       if (request_irq(uart->status_irq,
>               bfin_serial_mctrl_cts_int,
>               IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) {
>-              pr_info("Unable to attach BlackFin UART Modem \
>-                      Status interrupt.\n");
>+              pr_info("Unable to attach BlackFin UART Modem
>Status interrupt.\n");
>       }
>
>       /* CTS RTS PINs are negative assertive. */
>
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ