Re: [PATCHv3 6/6] char, isicom: More whitespaces and coding style

From: Dmitry Torokhov
Date: Mon Oct 17 2005 - 01:24:47 EST


On Sunday 16 October 2005 17:27, Jiri Slaby wrote:

> + wrd |= (port->xmit_buf[port->xmit_tail]
> + << 8);

> + pr_dbg("interrupt: DCD->low.\n"
> + );

> + port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
> + - 1);

You must be kidding...

--
Dmitry
-
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/