A UNI-DIFF (-u option) would be nice, easier to read what has
changed when (often) old and new text are next to each other.
Linus likes them, I like them, ... (if that is any merit)
/Matti Aarnio
> diff -rc linux.orig/drivers/net/tulip/21142.c linux/drivers/net/tulip/21142.c
> *** linux.orig/drivers/net/tulip/21142.c Tue Nov 7 20:08:09 2000
> --- linux/drivers/net/tulip/21142.c Sun Jan 7 18:29:03 2001
> ***************
> *** 99,106 ****
> {
> struct tulip_private *tp = (struct tulip_private *)dev->priv;
> long ioaddr = dev->base_addr;
> ! int csr14 = ((tp->to_advertise & 0x0780) << 9) |
> ! ((tp->to_advertise&0x0020)<<1) | 0xffbf;
>
> DPRINTK("ENTER\n");
>
> --- 99,106 ----
> {
> struct tulip_private *tp = (struct tulip_private *)dev->priv;
> long ioaddr = dev->base_addr;
> ! int csr14 = ((tp->sym_advertise & 0x0780) << 9) |
> ! ((tp->sym_advertise&0x0020)<<1) | 0xffbf;
>
> DPRINTK("ENTER\n");
>
....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/