Title: [5840] trunk/arch/blackfin/include/asm/irq.h: task [#4706] - fix code style
Revision
5840
Author
adamliyi
Date
2008-12-09 02:12:40 -0600 (Tue, 09 Dec 2008)

Log Message

task [#4706] - fix code style

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/irq.h (5839 => 5840)


--- trunk/arch/blackfin/include/asm/irq.h	2008-12-09 04:33:49 UTC (rev 5839)
+++ trunk/arch/blackfin/include/asm/irq.h	2008-12-09 08:12:40 UTC (rev 5840)
@@ -72,7 +72,7 @@
 	)
 
 #ifdef CONFIG_DEBUG_HWERR
-# define __save_and_cli(x) \
+#define __save_and_cli(x) \
 	__asm__ __volatile__( \
 		"cli %0;" \
 		"sti %1;" \
@@ -80,7 +80,7 @@
 		: "d" (0x3F) \
 	)
 #else
-# define __save_and_cli(x) \
+#define __save_and_cli(x) \
 	__asm__ __volatile__( \
 		"cli %0;" \
 		: "=&d" (x) \
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to