[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150914141227.GA943@kroah.com>
Date: Mon, 14 Sep 2015 07:12:27 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Sakshi Vaid <sakshivaid95@...il.com>
Cc: oleg.drokin@...el.com, devel@...verdev.osuosl.org,
andreas.dilger@...el.com, linux-kernel@...r.kernel.org,
HPDD-discuss@...ts.01.org, jinshan.xiong@...el.com
Subject: Re: [PATCH] Staging: lustre: lustre: lov: lov_dev.c: Added missing
blank line
On Mon, Sep 14, 2015 at 02:41:24PM +0530, Sakshi Vaid wrote:
> Added a missing blank line after declarations.
>
> 158: WARNING: Missing a blank line after declarations
> 183: WARNING: Missing a blank line after declarations
>
> Signed-off-by: Sakshi Vaid <sakshivaid95@...il.com>
> ---
> drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 4 ++--
> drivers/staging/lustre/lustre/lov/lov_dev.c | 2 ++
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
> index d31bf73..68cf1b7 100644
> --- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
> +++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
> @@ -828,8 +828,8 @@ int ccc_prep_size(const struct lu_env *env, struct cl_object *obj,
> * --bug 17336 */
> loff_t size = cl_isize_read(inode);
> loff_t cur_index = start >> PAGE_CACHE_SHIFT;
> - loff_t size_index = ((size - 1)
> - >> PAGE_CACHE_SHIFT);
> + loff_t size_index =
> + ((size - 1) >> PAGE_CACHE_SHIFT);
This change has nothing to do with what you said you were doing up at
the top of the changelog :(
--
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