Whamcloud - gitweb
LU-9679 general: avoid bare return; at end of void function
[fs/lustre-release.git] / lustre / utils / mkfs_lustre.c
index a054cf6..2ae81d3 100644 (file)
@@ -168,7 +168,6 @@ void usage(FILE *out)
                "\t\t\texit\n"
                "\t\t--quiet\n",
                (int)sizeof(((struct lustre_disk_data *)0)->ldd_userdata));
-       return;
 }
 
 /* ==================== Lustre config functions =============*/