Title: [8745] trunk/arch/blackfin/kernel: bfin: tweak whitespace/comments
Revision
8745
Author
vapier
Date
2010-05-21 08:43:18 -0400 (Fri, 21 May 2010)

Log Message

bfin: tweak whitespace/comments

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/exception.c (8744 => 8745)


--- trunk/arch/blackfin/kernel/exception.c	2010-05-21 12:43:03 UTC (rev 8744)
+++ trunk/arch/blackfin/kernel/exception.c	2010-05-21 12:43:18 UTC (rev 8745)
@@ -43,4 +43,3 @@
 	return 0;
 }
 EXPORT_SYMBOL(bfin_free_exception);
-

Modified: trunk/arch/blackfin/kernel/pseudodgb.c (8744 => 8745)


--- trunk/arch/blackfin/kernel/pseudodgb.c	2010-05-21 12:43:03 UTC (rev 8744)
+++ trunk/arch/blackfin/kernel/pseudodgb.c	2010-05-21 12:43:18 UTC (rev 8745)
@@ -1,4 +1,4 @@
-/* The pseduo debug instructions
+/* The fake debug assert instructions
  *
  * Copyright 2010 Analog Devices Inc.
  *

Modified: trunk/arch/blackfin/kernel/sys_bfin.c (8744 => 8745)


--- trunk/arch/blackfin/kernel/sys_bfin.c	2010-05-21 12:43:03 UTC (rev 8744)
+++ trunk/arch/blackfin/kernel/sys_bfin.c	2010-05-21 12:43:18 UTC (rev 8745)
@@ -48,7 +48,6 @@
 EXPORT_SYMBOL(get_fb_unmapped_area);
 #endif
 
-
 /* Needed for legacy userspace atomic emulation */
 static DEFINE_SPINLOCK(bfin_spinlock_lock);
 

Modified: trunk/arch/blackfin/kernel/trace.c (8744 => 8745)


--- trunk/arch/blackfin/kernel/trace.c	2010-05-21 12:43:03 UTC (rev 8744)
+++ trunk/arch/blackfin/kernel/trace.c	2010-05-21 12:43:18 UTC (rev 8745)
@@ -1,7 +1,7 @@
 /* provide some functions which dump the trace buffer, in a nice way for people
  * to read it, and understand what is going on
  *
- * Copyright 2004-2009 Analog Devices Inc.
+ * Copyright 2004-2010 Analog Devices Inc.
  *
  * Licensed under the GPL-2 or later
  */
@@ -586,7 +586,6 @@
 
 static void decode_opcode(unsigned int opcode)
 {
-
 #ifdef CONFIG_BUG
 	if (opcode == BFIN_BUG_OPCODE)
 		pr_cont("BUG");
@@ -614,7 +613,6 @@
 		pr_cont("0x%08x", opcode);
 	else
 		pr_cont("0x%04x", opcode);
-
 }
 
 #define BIT_MULTI_INS 0x08000000
@@ -981,4 +979,3 @@
 
 	pr_notice("\n");
 }
-

Modified: trunk/arch/blackfin/kernel/traps.c (8744 => 8745)


--- trunk/arch/blackfin/kernel/traps.c	2010-05-21 12:43:03 UTC (rev 8744)
+++ trunk/arch/blackfin/kernel/traps.c	2010-05-21 12:43:18 UTC (rev 8745)
@@ -1,6 +1,8 @@
 /*
- * Copyright 2004-2009 Analog Devices Inc.
+ * Main exception handling logic.
  *
+ * Copyright 2004-2010 Analog Devices Inc.
+ *
  * Licensed under the GPL-2 or later
  */
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to