From: Joe Perches <joe@perches.com>
To: Jesper Juhl <jj@chaosbits.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
devel@driverdev.osuosl.org,
Marcos Paulo de Souza <marcos.mage@gmail.com>,
Forest Bond <forest@alittletooquiet.net>,
Dan Carpenter <dan.carpenter@oracle.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] staging: vt6656: iwctl: fix up spacing around operators
Date: Sun, 08 Jul 2012 16:03:46 -0700 [thread overview]
Message-ID: <1341788626.13174.31.camel@joe2Laptop> (raw)
In-Reply-To: <alpine.LNX.2.00.1207090054270.15263@swampdragon.chaosbits.net>
On Mon, 2012-07-09 at 00:58 +0200, Jesper Juhl wrote:
> A few cases were missed in my previous cleanup, this takes care of the
> last cases of missing space (or too much space (as in a newline))
> around operators ('=', '==', ',', '<').
Trivia:
> diff --git a/drivers/staging/vt6656/iwctl.c b/drivers/staging/vt6656/iwctl.c
[]
> @@ -1624,8 +1624,7 @@ int iwctl_siwmlme(struct net_device *dev, struct iw_request_info *info,
> case IW_MLME_DISASSOC:
> if (pDevice->bLinkPass == TRUE) {
> PRINT_K("iwctl_siwmlme--->send DISASSOCIATE\n");
> - bScheduleCommand((void *)pDevice,
> - WLAN_CMD_DISASSOCIATE,
> + bScheduleCommand((void *)pDevice, WLAN_CMD_DISASSOCIATE,
> NULL);
pDevice doesn't need a cast.
bScheduleCommand uses a lot of casts for pDevice
that aren't necessary.
next prev parent reply other threads:[~2012-07-08 23:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 19:19 [PATCH] staging: vt6656: iwctl: mop up a few remaining obvious style issues Jesper Juhl
2012-07-06 23:09 ` Greg Kroah-Hartman
2012-07-07 0:29 ` Jesper Juhl
2012-07-08 22:58 ` [PATCH 0/3][v2] " Jesper Juhl
2012-07-08 22:58 ` [PATCH 1/3] staging: vt6656: iwctl: fix up spacing around operators Jesper Juhl
2012-07-08 23:03 ` Joe Perches [this message]
2012-07-08 23:19 ` Jesper Juhl
2012-07-08 22:58 ` [PATCH 2/3] staging: vt6656: iwctl: Fix up a few remaining brace issues Jesper Juhl
2012-07-08 22:59 ` [PATCH 3/3] staging: vt6656: iwctl: remove a few remaining redundant newlines Jesper Juhl
2012-07-08 23:05 ` Joe Perches
2012-07-08 23:16 ` Jesper Juhl
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=1341788626.13174.31.camel@joe2Laptop \
--to=joe@perches.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=forest@alittletooquiet.net \
--cc=gregkh@linuxfoundation.org \
--cc=jj@chaosbits.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcos.mage@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