[rtems commit] Improve comments on console select patch.

Joel Sherrill joel at rtems.org
Wed Feb 1 22:53:15 UTC 2012


Module:    rtems
Branch:    master
Commit:    52694844ce1b7d2f8fbfc55c3fc48f7b3d36edd9
Changeset: http://git.rtems.org/rtems/commit/?id=52694844ce1b7d2f8fbfc55c3fc48f7b3d36edd9

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Feb  1 15:03:18 2012 -0600

Improve comments on console select patch.

---

 .../lib/libbsp/i386/pc386/console/console_select.c |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/c/src/lib/libbsp/i386/pc386/console/console_select.c b/c/src/lib/libbsp/i386/pc386/console/console_select.c
index e1703f7..0e45ed3 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console_select.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console_select.c
@@ -4,20 +4,18 @@
  * @ingroup Console
  *
  * @brief Generic libchip console select
+ *
+ * This file contains a routine to select the console based upon a number
+ * of criteria.
  */
 
 /*
- *  This file contains a routine to select the
- *  console based upon a number of criteria.
- *
- *  COPYRIGHT (c) 2011.
+ *  COPYRIGHT (c) 2011-2012.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  $Id: console_select.c,v 1.1 2012/02/01 16:03:14 jennifer Exp $
  */
 
 #include <bsp.h>
@@ -151,7 +149,4 @@ void bsp_console_select(void)
     );
     Console_Port_Minor = bsp_First_Available_Device();
   }
-
-  if (opt != NULL)
-    printk("cmdline==>%s<<==\n", opt);
 }




More information about the vc mailing list