Commit 24e29099 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman

staging/lustre/mgc: Fix style vs open parenthesis alignment

This mostly fixes checkpatch complaints about
"Alignment should match open parenthesis"
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 22e0bc6a
...@@ -245,8 +245,8 @@ struct config_llog_data *do_config_log_add(struct obd_device *obd, ...@@ -245,8 +245,8 @@ struct config_llog_data *do_config_log_add(struct obd_device *obd,
return cld; return cld;
} }
static struct config_llog_data *config_recover_log_add(struct obd_device *obd, static struct config_llog_data *
char *fsname, config_recover_log_add(struct obd_device *obd, char *fsname,
struct config_llog_instance *cfg, struct config_llog_instance *cfg,
struct super_block *sb) struct super_block *sb)
{ {
...@@ -266,7 +266,8 @@ static struct config_llog_data *config_recover_log_add(struct obd_device *obd, ...@@ -266,7 +266,8 @@ static struct config_llog_data *config_recover_log_add(struct obd_device *obd,
return cld; return cld;
} }
static struct config_llog_data *config_params_log_add(struct obd_device *obd, static struct config_llog_data *
config_params_log_add(struct obd_device *obd,
struct config_llog_instance *cfg, struct super_block *sb) struct config_llog_instance *cfg, struct super_block *sb)
{ {
struct config_llog_instance lcfg = *cfg; struct config_llog_instance lcfg = *cfg;
...@@ -555,8 +556,7 @@ static int mgc_requeue_thread(void *data) ...@@ -555,8 +556,7 @@ static int mgc_requeue_thread(void *data)
spin_lock(&config_list_lock); spin_lock(&config_list_lock);
rq_state &= ~RQ_PRECLEANUP; rq_state &= ~RQ_PRECLEANUP;
list_for_each_entry(cld, &config_llog_list, list_for_each_entry(cld, &config_llog_list, cld_list_chain) {
cld_list_chain) {
if (!cld->cld_lostlock) if (!cld->cld_lostlock)
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment