Minor style changes
[fio.git] / crc / crc32c.h
index 08755cc8cfafc37f565b65de2a4677c8a5938a87..18f1161d0a7127cda69eb492574d7b4a8fd8fcb3 100644 (file)
@@ -45,7 +45,7 @@ extern void crc32c_intel_probe(void);
 static inline void crc32c_intel_probe(void)
 {
 }
-#endif
+#endif /* ARCH_HAVE_SSE4_2 */
 
 static inline uint32_t fio_crc32c(unsigned char const *buf, unsigned long len)
 {