patch-2.3.99-pre4 linux/include/asm-sh/byteorder.h

Next file: linux/include/asm-sh/checksum.h
Previous file: linux/include/asm-sh/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/include/asm-sh/byteorder.h linux/include/asm-sh/byteorder.h
@@ -19,7 +19,7 @@
 
 static __inline__ __const__ __u16 ___arch__swab16(__u16 x)
 {
-	__asm__("swap.b %0,%0"
+	__asm__("swap.b %0, %0"
 		: "=r" (x)
 		:  "0" (x));
 	return x;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)