* [PATCH]some cleanup drivers/serial/serial_core.c and serial_cs.c
@ 2009-03-05 8:46 Zhenwen Xu
0 siblings, 0 replies; only message in thread
From: Zhenwen Xu @ 2009-03-05 8:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-serial
The file should be "linux/drivers/serial/serial_core.c",
but "linux/drivers/char/core.c".
And the words "Based on drivers/char/serial.c," make people
confused, because there is no file named "serial.c" in "drivers/char/"
And the line is over 80.
--
---------------------------------
Zhenwen Xu - Open and Free
Home Page: http://zhwen.org
My Studio: http://dim4.cn
>From 47dd82dfec448a6a76593479858f5020e00c34d9 Mon Sep 17 00:00:00 2001
From: Zhenwen Xu<helight.xu@gmail.com>
Date: Thu, 5 Mar 2009 16:32:18 +0800
Subject: [PATCH] some cleanup drivers/serial/serial_core.c and serial_cs.c
Signed-off-by: Zhenwen Xu<helight.xu@gmail.com>
---
drivers/serial/serial_core.c | 5 +++--
drivers/serial/serial_cs.c | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c
index 42f4e66..6aaa2cf 100644
--- a/drivers/serial/serial_core.c
+++ b/drivers/serial/serial_core.c
@@ -1,9 +1,10 @@
/*
- * linux/drivers/char/core.c
+ * linux/drivers/serial/serial_core.c
*
* Driver core for serial ports
*
- * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
+ * Based on drivers/char/serial.c which was contained in earlier kernel,
+ * by Linus Torvalds, Theodore Ts'o.
*
* Copyright 1999 ARM Limited
* Copyright (C) 2000-2001 Deep Blue Solutions Ltd.
diff --git a/drivers/serial/serial_cs.c b/drivers/serial/serial_cs.c
index 7546aa8..629b0d1 100644
--- a/drivers/serial/serial_cs.c
+++ b/drivers/serial/serial_cs.c
@@ -113,7 +113,8 @@ struct serial_cfg_mem {
* manfid 0x0160, 0x0104
* This card appears to have a 14.7456MHz clock.
*/
-static void quirk_setup_brainboxes_0104(struct pcmcia_device *link, struct uart_port *port)
+static void
+quirk_setup_brainboxes_0104(struct pcmcia_device *link, struct uart_port *port)
{
port->uartclk = 14745600;
}
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-05 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 8:46 [PATCH]some cleanup drivers/serial/serial_core.c and serial_cs.c Zhenwen Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox