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>,
"L. Alberto Giménez" <agimenez@sysvalve.es>
Subject: [PATCH 3/3] Staging: rt2860: Fix space after unary '*' operator.
Date: Wed, 5 Jan 2011 00:27:45 +0100 [thread overview]
Message-ID: <1294183665-5995-4-git-send-email-agimenez@sysvalve.es> (raw)
In-Reply-To: <1294183665-5995-1-git-send-email-agimenez@sysvalve.es>
Fix checkpatch error.
Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es>
---
drivers/staging/rt2860/wpa.h | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rt2860/wpa.h b/drivers/staging/rt2860/wpa.h
index 116fc2c..a7796d3 100644
--- a/drivers/staging/rt2860/wpa.h
+++ b/drivers/staging/rt2860/wpa.h
@@ -369,19 +369,15 @@ struct PACKED rt_rsn_capability {
/*========================================
The prototype is defined in cmm_wpa.c
========================================*/
-BOOLEAN WpaMsgTypeSubst(u8 EAPType, int * MsgType);
+BOOLEAN WpaMsgTypeSubst(u8 EAPType, int *MsgType);
-void PRF(u8 * key,
- int key_len,
- u8 * prefix,
- int prefix_len,
- u8 * data, int data_len, u8 * output, int len);
+void PRF(u8 *key, int key_len, u8 *prefix, int prefix_len,
+ u8 *data, int data_len, u8 *output, int len);
int PasswordHash(char *password,
unsigned char *ssid, int ssidlength, unsigned char *output);
-u8 *GetSuiteFromRSNIE(u8 *rsnie,
- u32 rsnie_len, u8 type, u8 * count);
+u8 *GetSuiteFromRSNIE(u8 *rsnie, u32 rsnie_len, u8 type, u8 *count);
void WpaShowAllsuite(u8 *rsnie, u32 rsnie_len);
--
1.7.2.3
next prev parent reply other threads:[~2011-01-04 23:28 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 ` [trivial][PATCH v2 1/3] Staging: rt2860: rt_linux.c: Fix space " L. Alberto Giménez
2011-01-23 0:07 ` [trivial][PATCH v2 2/3] Staging: rt2860: rt_linux.h: " 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 ` L. Alberto Giménez [this message]
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=1294183665-5995-4-git-send-email-agimenez@sysvalve.es \
--to=agimenez@sysvalve.es \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH 3/3] Staging: rt2860: 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).