Index: kernel/genarch/src/srln/srln.c
===================================================================
--- kernel/genarch/src/srln/srln.c	(revision 11b285d87da6e1d6a1d65134694b4f971f3cdebc)
+++ kernel/genarch/src/srln/srln.c	(revision 86b70c6fa1a6e0fc138e6294cb6cfe8bda4535d3)
@@ -106,6 +106,8 @@
 		}
 
-		/* Replace carriage return with line feed
-		   and suppress any following line feed */
+		/*
+		 * Replace carriage return with line feed
+		 * and suppress any following line feed
+		 */
 		if ((ch == '\n') && (cr)) {
 			cr = false;
