Title: [8137] trunk/include/linux/kgdb.h: from mainline: kgdb: Fix kernel-doc format error in kgdb.h
Revision
8137
Author
vapier
Date
2010-01-08 18:55:12 -0500 (Fri, 08 Jan 2010)

Log Message

from mainline: kgdb: Fix kernel-doc format error in kgdb.h

From: Randy Dunlap <[email protected]>

linux-next-20081022//include/linux/kgdb.h:308): duplicate section name 'Description'

and fix typos in that file's kernel-doc comments.

Modified Paths

Diff

Modified: trunk/include/linux/kgdb.h (8136 => 8137)


--- trunk/include/linux/kgdb.h	2010-01-08 23:54:33 UTC (rev 8136)
+++ trunk/include/linux/kgdb.h	2010-01-08 23:55:12 UTC (rev 8137)
@@ -29,8 +29,7 @@
  *
  *	On some architectures it is required to skip a breakpoint
  *	exception when it occurs after a breakpoint has been removed.
- *	This can be implemented in the architecture specific portion of
- *	for kgdb.
+ *	This can be implemented in the architecture specific portion of kgdb.
  */
 extern int kgdb_skipexception(int exception, struct pt_regs *regs);
 
@@ -65,7 +64,7 @@
 /**
  *	kgdb_breakpoint - compiled in breakpoint
  *
- *	This will be impelmented a static inline per architecture.  This
+ *	This will be implemented as a static inline per architecture.  This
  *	function is called by the kgdb core to execute an architecture
  *	specific trap to cause kgdb to enter the exception processing.
  *
@@ -191,7 +190,7 @@
  *	@flags: Current IRQ state
  *
  *	On SMP systems, we need to get the attention of the other CPUs
- *	and get them be in a known state.  This should do what is needed
+ *	and get them into a known state.  This should do what is needed
  *	to get the other CPUs to call kgdb_wait(). Note that on some arches,
  *	the NMI approach is not used for rounding up all the CPUs. For example,
  *	in case of MIPS, smp_call_function() is used to roundup CPUs. In
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to