summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console_select.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-19 09:43:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-19 09:43:36 +0000
commit15211c8307b08e9bb4bd1cfb22489580a263373c (patch)
tree3ba03748d2dc579b0b3d847faa6c7c22b2b5bafe /c/src/lib/libbsp/shared/console_select.c
parent2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-15211c8307b08e9bb4bd1cfb22489580a263373c.tar.bz2
Remove white spaces.
Diffstat (limited to 'c/src/lib/libbsp/shared/console_select.c')
-rw-r--r--c/src/lib/libbsp/shared/console_select.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/shared/console_select.c b/c/src/lib/libbsp/shared/console_select.c
index caab940c2d..77b03a3f58 100644
--- a/c/src/lib/libbsp/shared/console_select.c
+++ b/c/src/lib/libbsp/shared/console_select.c
@@ -3,11 +3,11 @@
*
* @ingroup Console
*
- * @brief Generic libchip console select
+ * @brief Generic libchip console select
*/
/*
- * This file contains a routine to select the
+ * This file contains a routine to select the
* console based upon a number of criteria.
*
* COPYRIGHT (c) 2011.
@@ -44,7 +44,7 @@ static bool bsp_Is_Available( rtems_device_minor_number minor )
*/
if ((!cptr->deviceProbe || cptr->deviceProbe(minor)) &&
cptr->pDeviceFns->deviceProbe(minor)) {
- return true;
+ return true;
}
return false;
}
@@ -71,7 +71,7 @@ static rtems_device_minor_number bsp_First_Available_Device( void )
}
/*
- * Error No devices were found. We will want to bail here.
+ * Error No devices were found. We will want to bail here.
*/
rtems_fatal_error_occurred(RTEMS_IO_ERROR);
}
@@ -80,9 +80,9 @@ void bsp_console_select(void)
{
/*
- * Reset Console_Port_Minor and
+ * Reset Console_Port_Minor and
* BSPPrintkPort here if desired.
- *
+ *
* This default version allows the bsp to set these
* values at creation and will not touch them again
* unless the selected port number is not available.