Index: boot/genarch/src/multiplication.c
===================================================================
--- boot/genarch/src/multiplication.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ boot/genarch/src/multiplication.c	(revision a4eb3ba2b6a831a2a639dfe74c4deb2ca435b91c)
@@ -90,5 +90,6 @@
 	}
 
-	/* (if OF checked) a1 or b1 is zero => result fits in 64 bits,
+	/*
+	 * (if OF checked) a1 or b1 is zero => result fits in 64 bits,
 	 * no need to another overflow check
 	 */
@@ -104,5 +105,6 @@
 	t2 += t1;
 
-	/* t2 & (1ull << 63) - if this bit is set in unsigned long long,
+	/*
+	 * t2 & (1ull << 63) - if this bit is set in unsigned long long,
 	 * result does not fit in signed one
 	 */
