All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Sakshi Vaid <sakshivaid95@gmail.com>
Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org,
	andreas.dilger@intel.com, linux-kernel@vger.kernel.org,
	HPDD-discuss@ml01.01.org, jinshan.xiong@intel.com
Subject: Re: [PATCH] Staging: lustre: lustre: lov: lov_dev.c: Added missing blank line
Date: Mon, 14 Sep 2015 07:12:27 -0700	[thread overview]
Message-ID: <20150914141227.GA943@kroah.com> (raw)
In-Reply-To: <1442221884-5346-1-git-send-email-sakshivaid95@gmail.com>

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@gmail.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 :(

  reply	other threads:[~2015-09-14 14:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14  9:11 [PATCH] Staging: lustre: lustre: lov: lov_dev.c: Added missing blank line Sakshi Vaid
2015-09-14 14:12 ` Greg KH [this message]
2015-09-14 15:29 ` [PATCH v2] " Sakshi Vaid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150914141227.GA943@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=HPDD-discuss@ml01.01.org \
    --cc=andreas.dilger@intel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=jinshan.xiong@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg.drokin@intel.com \
    --cc=sakshivaid95@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.