From: tappro Date: Fri, 20 Oct 2006 05:37:04 +0000 (+0000) Subject: - break too long line X-Git-Tag: v1_8_0_110~486^2~427 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e223c3c1eec5cd5b6d8d841ef9333f541869d193;p=fs%2Flustre-release.git - break too long line --- diff --git a/lustre/cmm/cmm_split.c b/lustre/cmm/cmm_split.c index df79b78..371f251 100644 --- a/lustre/cmm/cmm_split.c +++ b/lustre/cmm/cmm_split.c @@ -78,8 +78,9 @@ int cmm_mdsnum_check(const struct lu_env *env, struct md_object *mp, /* Skip checking the slave dirs (mea_count is 0) */ if (rc == 0 && ma->ma_lmv->mea_count != 0) { /* - * Get stripe by name to check the name belongs to master dir, - * otherwise return the -ERESTART + * Get stripe by name to check the name + * belongs to master dir, otherwise + * return the -ERESTART */ stripe = mea_name2idx(ma->ma_lmv, name, strlen(name));