[rtems commit] bsps: Replace non-ASCII bullet points

Christian Mauderer christianm at rtems.org
Mon Dec 14 11:54:34 UTC 2020


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

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Sat Nov  7 11:12:56 2020 +0100

bsps: Replace non-ASCII bullet points

---

 bsps/shared/grlib/can/occan.c | 4 ++--
 bsps/shared/grlib/spw/grspw.c | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bsps/shared/grlib/can/occan.c b/bsps/shared/grlib/can/occan.c
index 59b4f23..84402b8 100644
--- a/bsps/shared/grlib/can/occan.c
+++ b/bsps/shared/grlib/can/occan.c
@@ -855,8 +855,8 @@ static int pelican_start(occan_priv *priv){
 #endif
 
 	/* core already in reset mode,
-	 *  ¤ Exit reset mode 
-	 *  ¤ Enter Single/Dual mode filtering.
+	 *  * Exit reset mode
+	 *  * Enter Single/Dual mode filtering.
 	 */
 	WRITE_REG(priv, &priv->regs->mode, (priv->single_mode << 3));
 
diff --git a/bsps/shared/grlib/spw/grspw.c b/bsps/shared/grlib/spw/grspw.c
index 2e1e8e9..1b50cc6 100644
--- a/bsps/shared/grlib/spw/grspw.c
+++ b/bsps/shared/grlib/spw/grspw.c
@@ -1475,10 +1475,10 @@ static rtems_device_driver grspw_control(
 
 			/* Get timeout from userspace
 			 *  timeout:
-			 *   ¤  -1	   = Default timeout
-			 *   ¤  less than -1 = forever
-			 *   ¤  0	    = no wait, proceed if link is up
-			 *   ¤  positive     = specifies number of system clock ticks that 
+			 *   *  -1	   = Default timeout
+			 *   *  less than -1 = forever
+			 *   *  0	    = no wait, proceed if link is up
+			 *   *  positive     = specifies number of system clock ticks that
 			 *		     startup will wait for link to enter ready mode.
 			 */
 			timeout = (int)ioarg->buffer;



More information about the vc mailing list