From: Joe Perches <joe@perches.com>
To: Chris Elliott <chris@uksysadmin.com>, gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue
Date: Mon, 07 Dec 2015 14:16:57 -0800 [thread overview]
Message-ID: <1449526617.7162.7.camel@perches.com> (raw)
In-Reply-To: <1449525747-12274-1-git-send-email-chris@uksysadmin.com>
On Mon, 2015-12-07 at 22:02 +0000, Chris Elliott wrote:
> Removed unnecessary parentheses.
[]
> diff --git a/drivers/staging/rtl8188eu/core/rtw_debug.c b/drivers/staging/rtl8188eu/core/rtw_debug.c
[]
> @@ -149,7 +149,7 @@ int proc_get_fwstate(char *page, char **start,
> {
> struct net_device *dev = data;
> struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev);
trivia:
All of these casts could be removed too as
rtw_netdev_priv(dev) is a void *
prev parent reply other threads:[~2015-12-07 22:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-07 22:02 [PATCH] Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue Chris Elliott
2015-12-07 22:16 ` Joe Perches [this message]
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=1449526617.7162.7.camel@perches.com \
--to=joe@perches.com \
--cc=chris@uksysadmin.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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.