Convert files to UTF-8 and some cleanups
[linux-2.6-block.git] / drivers / s390 / cio / cmf.c
index b960f66843e4919e1645806258368763fcaeec84..725b0dd142699f0f613aece0341cb67af9036867 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);