summaryrefslogtreecommitdiffstats
path: root/Detail.c
diff options
context:
space:
mode:
Diffstat (limited to 'Detail.c')
-rw-r--r--Detail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Detail.c b/Detail.c
index 25b31c4..8fa044a 100644
--- a/Detail.c
+++ b/Detail.c
@@ -53,7 +53,7 @@ int Detail(char *dev, int brief, int test)
int is_rebuilding = 0;
int failed = 0;
struct supertype *st = NULL;
- int max_disks = MD_SB_DISKS;
+ int max_disks = MD_SB_DISKS; /* just a default */
struct mdinfo info;
void *super = NULL;