Title: [8262] trunk/kernel/kgdb.c: kgdb: fix typo in merging upstream version with ours
Revision
8262
Author
vapier
Date
2010-01-30 14:41:42 -0500 (Sat, 30 Jan 2010)

Log Message

kgdb: fix typo in merging upstream version with ours

Modified Paths


Diff

Modified: trunk/kernel/kgdb.c (8261 => 8262)


--- trunk/kernel/kgdb.c	2010-01-29 03:46:31 UTC (rev 8261)
+++ trunk/kernel/kgdb.c	2010-01-30 19:41:42 UTC (rev 8262)
@@ -399,7 +399,7 @@
 	char *c = buf;
 
 	while (count-- > 0) {
-		c[size] = buf++;
+		c[size] = *buf++;
 		if (c[size] == 0x7d)
 			c[size] = *buf++ ^ 0x20;
 		size++;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to