Whamcloud - gitweb
LU-9679 general: avoid bare return; at end of void function
[fs/lustre-release.git] / lustre / utils / obd.c
index f3294ff..15ff456 100644 (file)
@@ -484,8 +484,6 @@ static void shmem_total(int total_threads)
 
        printf("Total: total %ju threads %d sec %f %f/second\n",
               (uintmax_t)total, total_threads, secs, total / secs);
-
-        return;
 }
 
 static void shmem_snap(int total_threads, int live_threads)