All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ramesh Basukala <basukalaramesh@gmail.com>
To: toby@tismith.id.au
Cc: davem@davemloft.net, sharp@linux.intel.com,
	"sarah.a. john.r.fastabend"@intel.com,
	w-lkml@lebenslange-mailadresse.de, himangi774@gmail.com,
	jasowang@redhat.com, archanakumari959@gmail.com,
	alan@linux.intel.com, iulia.manda21@gmail.com,
	linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [PATCH 01/01] Staging: Fixes coding style warning
Date: Fri, 20 Jun 2014 16:55:14 -0400	[thread overview]
Message-ID: <53A49FB2.1080109@gmail.com> (raw)

From: Ramesh Basukala <basukalaramesh@gmail.com>

Attached is a patch which fixes coding style warning message while 
running checkpatch script.
This patch is currently against a linux 3.15.0-rc15-next kernel. I am 
submitting this patch as a part of Eudyptula Challenge task.

Signed-off-by: Ramesh Basukala <basukalaramesh@gmail.com>
--- xlr_net.c.original 2014-06-20 15:32:10.069732488 -0400
+++ xlr_net.c 2014-06-20 15:35:06.841105038 -0400
@@ -1105,6 +1105,7 @@ err_gmac:
static int xlr_net_remove(struct platform_device *pdev)
{
struct xlr_net_priv *priv = platform_get_drvdata(pdev);
+
unregister_netdev(priv->ndev);
mdiobus_unregister(priv->mii_bus);
mdiobus_free(priv->mii_bus);

                 reply	other threads:[~2014-06-20 20:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=53A49FB2.1080109@gmail.com \
    --to=basukalaramesh@gmail.com \
    --cc="sarah.a. john.r.fastabend"@intel.com \
    --cc=alan@linux.intel.com \
    --cc=archanakumari959@gmail.com \
    --cc=davem@davemloft.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=himangi774@gmail.com \
    --cc=iulia.manda21@gmail.com \
    --cc=jasowang@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sharp@linux.intel.com \
    --cc=toby@tismith.id.au \
    --cc=w-lkml@lebenslange-mailadresse.de \
    /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.