[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)
commit23907eb8c22e39bcf3d7e7a35a2db1e416157adb
tree5701cae61a346eb758b676ec19e641892ce61bec
parentc907132d534c10b4f34a60383c8384403cb424a4
[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