diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-10-31 13:29:01 +0100 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-11-05 13:36:43 +0100 |
commit | fca47dc730e3871f6e2123f34375c69274269bcd (patch) | |
tree | 3e20383e231de9f6b30685efed573b75e188ce10 /mdadm.h | |
parent | mdmon: delegate removal to managemon (diff) | |
download | mdadm-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.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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[], |