From: Andrei Maresu <andreimaresu@gmail.com>
To: Scott Feldman <sfeldma@gmail.com>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Andrei Maresu <andreimaresu@gmail.com>
Subject: [PATCH] Net: ethernet: rocker: fixed a space coding style issue
Date: Sat, 21 Mar 2015 20:02:40 +0200 [thread overview]
Message-ID: <1426960960-31552-1-git-send-email-andreimaresu@gmail.com> (raw)
Fixed a space coding style issue found by checkpatch.pl in rocker.c
Signed-off-by: Andrei Maresu <andreimaresu@gmail.com>
---
drivers/net/ethernet/rocker/rocker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/rocker/rocker.c b/drivers/net/ethernet/rocker/rocker.c
index 9fb6948..d364b12 100644
--- a/drivers/net/ethernet/rocker/rocker.c
+++ b/drivers/net/ethernet/rocker/rocker.c
@@ -812,7 +812,7 @@ static void *rocker_desc_cookie_ptr_get(struct rocker_desc_info *desc_info)
static void rocker_desc_cookie_ptr_set(struct rocker_desc_info *desc_info,
void *ptr)
{
- desc_info->desc->cookie = (uintptr_t) ptr;
+ desc_info->desc->cookie = (uintptr_t)ptr;
}
static struct rocker_desc_info *
--
1.9.1
next reply other threads:[~2015-03-21 18:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-21 18:02 Andrei Maresu [this message]
2015-03-22 3:20 ` [PATCH] Net: ethernet: rocker: fixed a space coding style issue Scott Feldman
2015-03-23 13:18 ` Jiri Pirko
2015-03-23 17:20 ` David Miller
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=1426960960-31552-1-git-send-email-andreimaresu@gmail.com \
--to=andreimaresu@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sfeldma@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).