aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r--util-linux/mkfs_minix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index 3c140ef2a..ffdc0b8c0 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -49,7 +49,7 @@
49 * 49 *
50 * Usage: mkfs [-c | -l filename ] [-v] [-nXX] [-iXX] device [size-in-blocks] 50 * Usage: mkfs [-c | -l filename ] [-v] [-nXX] [-iXX] device [size-in-blocks]
51 * 51 *
52 * -c for readablility checking (SLOW!) 52 * -c for readability checking (SLOW!)
53 * -l for getting a list of bad blocks from a file. 53 * -l for getting a list of bad blocks from a file.
54 * -n for namelength (currently the kernel only uses 14 or 30) 54 * -n for namelength (currently the kernel only uses 14 or 30)
55 * -i for number of inodes 55 * -i for number of inodes
@@ -602,7 +602,7 @@ static inline void setup_tables(void)
602 602
603/* 603/*
604 * Perform a test of a block; return the number of 604 * Perform a test of a block; return the number of
605 * blocks readable/writeable. 605 * blocks readable/writable.
606 */ 606 */
607static inline long do_check(char *buffer, int try, unsigned int current_block) 607static inline long do_check(char *buffer, int try, unsigned int current_block)
608{ 608{