summaryrefslogtreecommitdiff
path: root/nuttx/include/debug.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
commit5da90b889758aac235acf8c1dff93e90ddfbfe7d (patch)
treed73fe9581f45296f026a24f991bc80cab5cd479d /nuttx/include/debug.h
parentaa7d9710dc9c125685b30dbc3c9ac33dd0e5567f (diff)
downloadnuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.gz
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.bz2
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.zip
Header file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/debug.h')
-rw-r--r--nuttx/include/debug.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/include/debug.h b/nuttx/include/debug.h
index c8666ff57..1f8c7d7ca 100644
--- a/nuttx/include/debug.h
+++ b/nuttx/include/debug.h
@@ -2,7 +2,7 @@
* include/debug.h
*
* Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -579,10 +579,10 @@ extern "C" {
#define EXTERN extern
#endif
-/* These low-level debug APIs are provided by the NuttX library. If
- * the cross-compiler's pre-processor supports a variable number of
- * macro arguments, then the macros above will map all debug statements
- * on or the other of the following.
+/* These low-level debug APIs are provided by the NuttX library. If the
+ * cross-compiler's pre-processor supports a variable number of macro
+ * arguments, then the macros below will map all debug statements to one
+ * or the other of the following.
*/
EXTERN int lib_rawprintf(FAR const char *format, ...);
@@ -602,8 +602,8 @@ EXTERN void lib_dumpbuffer(FAR const char *msg, FAR const uint8_t *buffer,
EXTERN void dbg_enable(bool enable);
#endif
-/* If the cross-compiler's pre-processor does not support variable
- * length arguments, then these additional APIs will be built.
+/* If the cross-compiler's pre-processor does not support variable length
+ * arguments, then these additional APIs will be built.
*/
#ifndef CONFIG_CPP_HAVE_VARARGS