Index: uspace/drv/time/cmos-rtc/cmos-rtc.c
===================================================================
--- uspace/drv/time/cmos-rtc/cmos-rtc.c	(revision 18b6a8849d630cc3bca153fb21bd225eebb16f4c)
+++ uspace/drv/time/cmos-rtc/cmos-rtc.c	(revision a4eb3ba2b6a831a2a639dfe74c4deb2ca435b91c)
@@ -326,5 +326,6 @@
 
 	if (rtc->boot_time.tv_sec) {
-		/* There is no need to read the current time from the
+		/*
+		 * There is no need to read the current time from the
 		 * device because it has already been cached.
 		 */
@@ -404,5 +405,6 @@
 
 	if (t->tm_year < 100) {
-		/* tm_year is the number of years since 1900 but the
+		/*
+		 * tm_year is the number of years since 1900 but the
 		 * RTC epoch is 2000.
 		 */
@@ -497,5 +499,6 @@
 
 	if (epoch == 2000) {
-		/* The RTC epoch is year 2000  but the tm_year
+		/*
+		 * The RTC epoch is year 2000  but the tm_year
 		 * field counts years since 1900.
 		 */
