All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Athira Lekshmi <andnlnbn18@gmail.com>
Cc: eunb.song@samsung.com, paul.gortmaker@windriver.com,
	gulsah.1004@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Drivers:staging:octeon: Fixed checkpatch warning
Date: Tue, 2 Dec 2014 16:32:43 -0800	[thread overview]
Message-ID: <20141203003243.GA7317@kroah.com> (raw)
In-Reply-To: <1417239240-12190-1-git-send-email-andnlnbn18@gmail.com>

On Sat, Nov 29, 2014 at 11:04:00AM +0530, Athira Lekshmi wrote:
> Fixed the checkpatch warning:
> Missing a blank line after declarations
> 
> Signed-off-by: Athira Lekshmi <andnlnbn18@gmail.com>
> ---
>  drivers/staging/octeon/ethernet-rx.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
> index 44e372f..220106e 100644
> --- a/drivers/staging/octeon/ethernet-rx.c
> +++ b/drivers/staging/octeon/ethernet-rx.c
> @@ -84,6 +84,7 @@ static int cvm_irq_cpu;
>  static void cvm_oct_enable_napi(void *_)
>  {
>  	int cpu = smp_processor_id();
> +
>  	napi_schedule(&cvm_oct_napi[cpu].napi);
>  }
>  
> -- 
> 1.7.9.5

Why did you resend this, with no obvious reason why it was different
from the previous version?

I don't know what to apply, so I'm dropping both.  Please resend the
patch properly, and only once.

greg k-h

  reply	other threads:[~2014-12-03  0:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-29  5:34 [PATCH] Drivers:staging:octeon: Fixed checkpatch warning Athira Lekshmi
2014-12-03  0:32 ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-05 10:55 Athira Lekshmi
2014-12-05 11:52 ` Sudip Mukherjee
2014-11-28 11:46 Athira Lekshmi
2014-11-26 12:28 Athira Lekshmi C V
2014-11-26 21:44 ` Greg KH
2014-11-27 12:12   ` Athira Lekshmi C V
2014-11-28 11:26     ` Dan Carpenter
2014-11-28 12:34       ` Athira Lekshmi C V
2014-11-29  5:31         ` Athira Lekshmi C V
2014-11-26 11:47 Athira Lekshmi C V
2014-11-26 11:57 ` Dan Carpenter

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=20141203003243.GA7317@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andnlnbn18@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=eunb.song@samsung.com \
    --cc=gulsah.1004@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.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.