]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/s390/cio/cmf.c
Convert files to UTF-8 and some cleanups
[net-next-2.6.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 盜ec */
+       /* value comes in units of 128 盜ec */
        ret = time_to_nsec(value);
        do_div(ret, count);