[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140806201333.GC4856@mwanda>
Date: Wed, 6 Aug 2014 23:13:33 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Srikrishan Malik <srikrishanmalik@...il.com>
Cc: greg@...ah.com, andreas.dilger@...el.com, oleg.drokin@...el.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Joe Perches <joe@...ches.com>
Subject: Re: [PATCH 05/12] staging: lustre: Add missing spaces around
operators and braces.
On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote:
> diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c b/drivers/staging/lustre/lustre/mdc/mdc_reint.c
> index c5420a42bc33..c40304bf0b62 100644
> --- a/drivers/staging/lustre/lustre/mdc/mdc_reint.c
> +++ b/drivers/staging/lustre/lustre/mdc/mdc_reint.c
> @@ -71,7 +71,7 @@ int mdc_resource_get_unused(struct obd_export *exp, const struct lu_fid *fid,
> __u64 bits)
> {
> struct ldlm_namespace *ns = exp->exp_obd->obd_namespace;
> - ldlm_policy_data_t policy = {{0}};
> + ldlm_policy_data_t policy = {{0} };
That's odd. Since when is a space required here? Anyway, put one at
the start too if you're goind to do that. Or you could do it like:
ldlm_policy_data_t policy = {};
?
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists