Convert files to UTF-8 and some cleanups
[linux-flexiantxendom0-3.2.10.git] / drivers / s390 / cio / cmf.c
index b960f66..725b0dd 100644 (file)
@@ -158,7 +158,7 @@ static inline u64 time_to_avg_nsec(u32 value, u32 count)
        if (count == 0)
                return 0;
 
-       /* value comes in units of 128 µsec */
+       /* value comes in units of 128 µsec */
        ret = time_to_nsec(value);
        do_div(ret, count);