mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
staging: wlan-ng: remove unnecessary blank lines
checkpatch.pl complained about two unnecessary blank lines after an opening '{' in prism2mib.c. Those were removed in order to get rid of those warnings. There are more issues pointed out by checkpatch.pl. Those require additional work to be done. Signed-off-by: Markus Buettner <markus.buettner@fau.de> Signed-off-by: Artur Wasinger <artur.wasinger@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f4535f4eae
commit
168400d0e9
1 changed files with 0 additions and 2 deletions
|
@ -146,7 +146,6 @@ static int prism2mib_priv(struct mibrec *mib,
|
||||||
struct p80211msg_dot11req_mibset *msg, void *data);
|
struct p80211msg_dot11req_mibset *msg, void *data);
|
||||||
|
|
||||||
static struct mibrec mibtab[] = {
|
static struct mibrec mibtab[] = {
|
||||||
|
|
||||||
/* dot11smt MIB's */
|
/* dot11smt MIB's */
|
||||||
{DIDmib_dot11smt_dot11WEPDefaultKeysTable_key(1),
|
{DIDmib_dot11smt_dot11WEPDefaultKeysTable_key(1),
|
||||||
F_STA | F_WRITE,
|
F_STA | F_WRITE,
|
||||||
|
@ -624,7 +623,6 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
|
||||||
struct p80211msg_dot11req_mibset *msg,
|
struct p80211msg_dot11req_mibset *msg,
|
||||||
void *data)
|
void *data)
|
||||||
{
|
{
|
||||||
|
|
||||||
return prism2mib_flag(mib, isget, wlandev, hw, msg, data);
|
return prism2mib_flag(mib, isget, wlandev, hw, msg, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue