Title: [8181] trunk/kernel/kgdb.c: kgdb: dont use tabs in return statement
Revision
8181
Author
vapier
Date
2010-01-19 01:15:50 -0500 (Tue, 19 Jan 2010)

Log Message

kgdb: dont use tabs in return statement

Modified Paths


Diff

Modified: trunk/kernel/kgdb.c (8180 => 8181)


--- trunk/kernel/kgdb.c	2010-01-19 05:57:35 UTC (rev 8180)
+++ trunk/kernel/kgdb.c	2010-01-19 06:15:50 UTC (rev 8181)
@@ -405,7 +405,7 @@
 		size++;
 	}
 
-	return	probe_kernel_write(mem, c, size);
+	return probe_kernel_write(mem, c, size);
 }
 
 /*
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to