Title: [9043] trunk/net/dsa/tag_stpid.c: dsa: stpid: tweak style for lkml
Revision
9043
Author
vapier
Date
2010-08-04 01:29:54 -0400 (Wed, 04 Aug 2010)

Log Message

dsa: stpid: tweak style for lkml

Modified Paths


Diff

Modified: trunk/net/dsa/tag_stpid.c (9042 => 9043)


--- trunk/net/dsa/tag_stpid.c	2010-08-04 01:34:23 UTC (rev 9042)
+++ trunk/net/dsa/tag_stpid.c	2010-08-04 05:29:54 UTC (rev 9043)
@@ -72,7 +72,7 @@
 	/* The ether_head has been pulled by master driver */
 	dsa_header = skb->data - 2;
 
-	vid = ((dsa_header[2] & 0x0f)<<8 | dsa_header[3]);
+	vid = ((dsa_header[2] & 0x0f) << 8 | dsa_header[3]);
 
 	source_port = dsa_header[1] & 0x03;
 	if (source_port >= DSA_MAX_PORTS || ds->ports[source_port] == NULL)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to