Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410345 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-05-31 16:30 +0200 |
| Last post | 2016-05-31 16:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[RFT PATCH 2/2] serial: pnx8xxx: Fix coding style Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-05-31 16:30 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-05-31 16:30 +0200 |
| Subject | [RFT PATCH 2/2] serial: pnx8xxx: Fix coding style |
| Message-ID | <rESQ9-3QA-5@gated-at.bofh.it> |
Definition of function should start from new line.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
drivers/tty/serial/pnx8xxx_uart.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/tty/serial/pnx8xxx_uart.c b/drivers/tty/serial/pnx8xxx_uart.c
index 84c4efdde8dc..9eaedd6a049e 100644
--- a/drivers/tty/serial/pnx8xxx_uart.c
+++ b/drivers/tty/serial/pnx8xxx_uart.c
@@ -690,7 +690,8 @@ static void pnx8xxx_console_putchar(struct uart_port *port, int ch)
/*
* Interrupts are disabled on entering
- */static void
+ */
+static void
pnx8xxx_console_write(struct console *co, const char *s, unsigned int count)
{
struct pnx8xxx_port *sport = &pnx8xxx_ports[co->index];
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web