mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
Fix the following checkpatch warnings: WARNING: storage class should be at the beginning of the declaration #54: FILE: dumpseg.c:54: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #57: FILE: lscp.c:57: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #61: FILE: lssu.c:61: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #100: FILE: lssu.c💯 +const static struct lssu_format lssu_format[] = { WARNING: storage class should be at the beginning of the declaration #53: FILE: mkcp.c:53: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #57: FILE: rmcp.c:57: +const static struct option long_options[] = { WARNING: storage class should be at the beginning of the declaration #85: FILE: nilfs-tune/nilfs-tune.c:85: +const static __u64 ok_features[NILFS_MAX_FEATURE_TYPES] = { WARNING: storage class should be at the beginning of the declaration #94: FILE: nilfs-tune/nilfs-tune.c:94: +const static __u64 clear_ok_features[NILFS_MAX_FEATURE_TYPES] = { WARNING: storage class should be at the beginning of the declaration #96: FILE: cleanerd/cleanerd.c:96: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #1060: FILE: mkfs/mkfs.c:1060: +const static __u64 ok_features[NILFS_MAX_FEATURE_TYPES] = { WARNING: storage class should be at the beginning of the declaration #70: FILE: nilfs-clean/nilfs-clean.c:70: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #72: FILE: nilfs-resize/nilfs-resize.c:72: +const static struct option long_option[] = { WARNING: storage class should be at the beginning of the declaration #144: FILE: nilfs-resize/nilfs-resize.c:144: +const static char *pm_label; WARNING: storage class should be at the beginning of the declaration #707: FILE: nilfs-resize/nilfs-resize.c:707: + const static struct timespec retry_interval = { 0, 500000000 }; Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>