Small cleanups in donauboe

From: Pavel Machek
Date: Mon Oct 04 2004 - 08:30:32 EST


Hi!

This fixes ugly comment and unneccessary __'s in donauboe. Please
apply,

Pavel

Index: linux/drivers/net/irda/donauboe.c
===================================================================
--- linux.orig/drivers/net/irda/donauboe.c 2004-10-01 12:24:24.000000000 +0200
+++ linux/drivers/net/irda/donauboe.c 2004-08-15 19:15:53.000000000 +0200
@@ -247,7 +248,7 @@
static void
toshoboe_dumpregs (struct toshoboe_cb *self)
{
- __u32 ringbase;
+ u32 ringbase;

IRDA_DEBUG (4, "%s()\n", __FUNCTION__);

@@ -601,7 +602,7 @@
/* Start up the clocks */
OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH);

- /*set to sensible speed */
+ /* Set to sensible speed */
self->speed = 9600;
toshoboe_setbaud (self);
toshoboe_initptrs (self);


--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/