summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-10-31 13:29:01 +0100
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-11-05 13:36:43 +0100
commitfca47dc730e3871f6e2123f34375c69274269bcd (patch)
tree3e20383e231de9f6b30685efed573b75e188ce10 /mdadm.h
parentmdmon: delegate removal to managemon (diff)
downloadmdadm-fca47dc730e3871f6e2123f34375c69274269bcd.tar.xz
mdadm-fca47dc730e3871f6e2123f34375c69274269bcd.zip
ReadMe: Fix stylistic issues
No functional changes, just adopt style to allow checkpatch to pass. Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mdadm.h b/mdadm.h
index 260cdf54..0f40af93 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -470,10 +470,8 @@ enum mode {
mode_count
};
-extern char short_options[];
-extern char short_monitor_options[];
-extern char short_bitmap_options[];
-extern char short_bitmap_auto_options[];
+extern char short_opts[], short_monitor_opts[], short_bitmap_opts[], short_bitmap_auto_opts[];
+
extern struct option long_options[];
extern char Version[], Usage[], Help[], OptionHelp[],
*mode_help[],