]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] serial: fix comments in 8250.c
authorRussell King <rmk+lkml@arm.linux.org.uk>
Sat, 16 Apr 2005 22:26:39 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:26:39 +0000 (15:26 -0700)
commit59fcde1a0e9280cbeb7817c9af98b4a5811e93a9
tree0316876ffcfa5f9fcbef970ae0fab86ec9473028
parent233321ac88a68fdcc6af9f2cb1072f8d37491bb9
[PATCH] serial: fix comments in 8250.c

Fix the formatting of some comments in 8250.c, and add a note that the
register_serial / unregister_serial shouldn't be used in new code.

We do this here in preference to adding to linux/serial.h, since that is used
by a number of non-8250 drivers which pretend to be 8250.  It is not known
whether it would be appropriate to do so.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/8250.c