Index: kernel/genarch/src/srln/srln.c
===================================================================
--- kernel/genarch/src/srln/srln.c	(revision 11b285d87da6e1d6a1d65134694b4f971f3cdebc)
+++ kernel/genarch/src/srln/srln.c	(revision fc0b2a8b439bd4294aa93f37af1e7fe305fbee77)
@@ -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;
