LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "L. Alberto Giménez" <agimenez@sysvalve.es>
To: linux-kernel@vger.kernel.org
Cc: devel@linuxdriverproject.org,
"Greg Kroah-Hartman" <gregkh@suse.de>,
trivial@kernel.org, "L. Alberto Giménez" <agimenez@sysvalve.es>
Subject: [trivial][PATCH v2 1/3] Staging: rt2860: rt_linux.c: Fix space after unary '*' operator.
Date: Sun, 23 Jan 2011 01:07:18 +0100 [thread overview]
Message-ID: <1295741240-11254-2-git-send-email-agimenez@sysvalve.es> (raw)
In-Reply-To: <1295741240-11254-1-git-send-email-agimenez@sysvalve.es>
Fix checkpatch error raised by the use of spaces between the '*' operator and
the corresponding variable name.
Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es>
---
drivers/staging/rt2860/rt_linux.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rt2860/rt_linux.c b/drivers/staging/rt2860/rt_linux.c
index 728864e..b3f836d 100644
--- a/drivers/staging/rt2860/rt_linux.c
+++ b/drivers/staging/rt2860/rt_linux.c
@@ -118,8 +118,7 @@ void RTMP_OS_Mod_Timer(struct timer_list *pTimer,
mod_timer(pTimer, jiffies + timeout);
}
-void RTMP_OS_Del_Timer(struct timer_list *pTimer,
- OUT BOOLEAN * pCancelled)
+void RTMP_OS_Del_Timer(struct timer_list *pTimer, OUT BOOLEAN *pCancelled)
{
if (timer_pending(pTimer)) {
*pCancelled = del_timer_sync(pTimer);
--
1.7.4.rc0.5.gf2665
next prev parent reply other threads:[~2011-01-23 0:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-04 23:27 [PATCH 0/3] Staging: rt2860: Fix checkpatch issues L. Alberto Giménez
2011-01-04 23:27 ` [PATCH 1/3] Staging: rt2860: Fix space after unary '*' operator L. Alberto Giménez
2011-01-21 20:14 ` Greg KH
2011-01-23 0:07 ` [trivial][PATCH v2 0/3] Staging: rt2860: Fix spaces " L. Alberto Giménez
2011-01-23 0:07 ` L. Alberto Giménez [this message]
2011-01-23 0:07 ` [trivial][PATCH v2 2/3] Staging: rt2860: rt_linux.h: Fix space " L. Alberto Giménez
2011-01-23 0:07 ` [trivial][PATCH v2 3/3] Staging: rt2860: wpa.h: " L. Alberto Giménez
2011-01-04 23:27 ` [PATCH 2/3] Staging: rt2860: " L. Alberto Giménez
2011-01-04 23:27 ` [PATCH 3/3] " L. Alberto Giménez
2011-01-20 22:21 ` [PATCH 0/3] Staging: rt2860: Fix checkpatch issues L. Alberto Giménez
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=1295741240-11254-2-git-send-email-agimenez@sysvalve.es \
--to=agimenez@sysvalve.es \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
--subject='Re: [trivial][PATCH v2 1/3] Staging: rt2860: rt_linux.c: Fix space after unary '\''*'\'' operator.' \
/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
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).