Title: [6968] trunk/net/dsa/ksz8893m.c: ksz8893: trim whitespace that checkpatch barfs on
Revision
6968
Author
vapier
Date
2009-07-10 12:17:47 -0500 (Fri, 10 Jul 2009)

Log Message

ksz8893: trim whitespace that checkpatch barfs on

Modified Paths


Diff

Modified: trunk/net/dsa/ksz8893m.c (6967 => 6968)


--- trunk/net/dsa/ksz8893m.c	2009-07-10 13:50:40 UTC (rev 6967)
+++ trunk/net/dsa/ksz8893m.c	2009-07-10 17:17:47 UTC (rev 6968)
@@ -112,7 +112,7 @@
 	ret = ksz8893m_write(dout, Port1Control3, 4);
 	if (ret)
 		return ret;
-			
+
 	/* Set VLAN VID of port2 */
 	ret = ksz8893m_read(din, Port2Control3, 3);
 	if (ret)
@@ -123,7 +123,7 @@
 	ret = ksz8893m_write(dout, Port2Control3, 4);
 	if (ret)
 		return ret;
-			
+
 	/* Set VLAN VID of port3 */
 	ret = ksz8893m_read(din, Port3Control3, 3);
 	if (ret)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to