lkml.org 
[lkml]   [2014]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 10/12] staging: lustre: Fix misplaced opening brace warnings
On Wed, Aug 06, 2014 at 10:43:00PM +0530, Srikrishan Malik wrote:
> diff --git a/drivers/staging/lustre/lustre/mdc/mdc_locks.c b/drivers/staging/lustre/lustre/mdc/mdc_locks.c
> index c03d77c9c5b8..09209171b50c 100644
> --- a/drivers/staging/lustre/lustre/mdc/mdc_locks.c
> +++ b/drivers/staging/lustre/lustre/mdc/mdc_locks.c
> @@ -785,12 +785,12 @@ int mdc_enqueue(struct obd_export *exp, struct ldlm_enqueue_info *einfo,
> __u64 flags, saved_flags = extra_lock_flags;
> int rc;
> struct ldlm_res_id res_id;
> - static const ldlm_policy_data_t lookup_policy =
> - { .l_inodebits = { MDS_INODELOCK_LOOKUP } };
> - static const ldlm_policy_data_t update_policy =
> - { .l_inodebits = { MDS_INODELOCK_UPDATE } };
> - static const ldlm_policy_data_t layout_policy =
> - { .l_inodebits = { MDS_INODELOCK_LAYOUT } };
> + static const ldlm_policy_data_t lookup_policy = {
> + .l_inodebits = { MDS_INODELOCK_LOOKUP } };
> + static const ldlm_policy_data_t update_policy = {
> + .l_inodebits = { MDS_INODELOCK_UPDATE } };
> + static const ldlm_policy_data_t layout_policy = {
> + .l_inodebits = { MDS_INODELOCK_LAYOUT } };
> static const ldlm_policy_data_t getxattr_policy = {
> .l_inodebits = { MDS_INODELOCK_XATTR } };
> ldlm_policy_data_t const *policy = &lookup_policy;

That looks silly before and after. Everything is indented in a funny
way.

regards,
dan carpenter



\
 
 \ /
  Last update: 2014-08-06 22:21    [W:0.084 / U:1.924 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site