]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
docs: Fix up the doxygen formatting for _ASM_TRAP_OK()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 10 Jul 2017 13:00:09 +0000 (14:00 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 10 Jul 2017 13:09:44 +0000 (14:09 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/xtf/extable.h

index 23bfcc1e7e48f71c75e0abe934bfd45964d43e9d..e93331e7cadb69e96cc070fe106100c92a906a1c 100644 (file)
@@ -50,8 +50,9 @@
 #define _ASM_EXTABLE(fault, fixup) _ASM_EXTABLE_HANDLER(fault, fixup, 0)
 
 /**
- * Create an exception table entry, whitelisting a trap as being ok at @param
- * loc.  (ab)uses the fault fixup logic to fixup to its current position.
+ * Create an exception table entry, whitelisting a trap as being ok at @p loc.
+ * (ab)uses the fault fixup logic to fixup to its current position.
+ * @param loc Location of the trap.
  */
 #define _ASM_TRAP_OK(loc) _ASM_EXTABLE(loc, loc)