Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
93a3b607
Commit
93a3b607
authored
Nov 23, 2007
by
Jeff Garzik
Committed by
David S. Miller
Jan 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wireless: checkpatch cleanups
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
092427be
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
18 deletions
+14
-18
drivers/net/wireless/airo.c
drivers/net/wireless/airo.c
+1
-2
drivers/net/wireless/atmel.c
drivers/net/wireless/atmel.c
+1
-2
drivers/net/wireless/b43legacy/rfkill.c
drivers/net/wireless/b43legacy/rfkill.c
+1
-1
drivers/net/wireless/b43legacy/rfkill.h
drivers/net/wireless/b43legacy/rfkill.h
+2
-2
drivers/net/wireless/iwlwifi/iwl-3945-hw.h
drivers/net/wireless/iwlwifi/iwl-3945-hw.h
+1
-1
drivers/net/wireless/iwlwifi/iwl-4965-hw.h
drivers/net/wireless/iwlwifi/iwl-4965-hw.h
+1
-1
drivers/net/wireless/libertas/wext.c
drivers/net/wireless/libertas/wext.c
+2
-4
drivers/net/wireless/wavelan_cs.c
drivers/net/wireless/wavelan_cs.c
+5
-5
No files found.
drivers/net/wireless/airo.c
View file @
93a3b607
...
@@ -6408,9 +6408,8 @@ static int airo_set_encode(struct net_device *dev,
...
@@ -6408,9 +6408,8 @@ static int airo_set_encode(struct net_device *dev,
set_wep_key
(
local
,
index
,
NULL
,
0
,
perm
,
1
);
set_wep_key
(
local
,
index
,
NULL
,
0
,
perm
,
1
);
}
else
}
else
/* Don't complain if only change the mode */
/* Don't complain if only change the mode */
if
(
!
(
dwrq
->
flags
&
IW_ENCODE_MODE
))
{
if
(
!
(
dwrq
->
flags
&
IW_ENCODE_MODE
))
return
-
EINVAL
;
return
-
EINVAL
;
}
}
}
/* Read the flags */
/* Read the flags */
if
(
dwrq
->
flags
&
IW_ENCODE_DISABLED
)
if
(
dwrq
->
flags
&
IW_ENCODE_DISABLED
)
...
...
drivers/net/wireless/atmel.c
View file @
93a3b607
...
@@ -1759,9 +1759,8 @@ static int atmel_set_encode(struct net_device *dev,
...
@@ -1759,9 +1759,8 @@ static int atmel_set_encode(struct net_device *dev,
priv
->
default_key
=
index
;
priv
->
default_key
=
index
;
}
else
}
else
/* Don't complain if only change the mode */
/* Don't complain if only change the mode */
if
(
!
(
dwrq
->
flags
&
IW_ENCODE_MODE
))
{
if
(
!
(
dwrq
->
flags
&
IW_ENCODE_MODE
))
return
-
EINVAL
;
return
-
EINVAL
;
}
}
}
/* Read the flags */
/* Read the flags */
if
(
dwrq
->
flags
&
IW_ENCODE_DISABLED
)
{
if
(
dwrq
->
flags
&
IW_ENCODE_DISABLED
)
{
...
...
drivers/net/wireless/b43legacy/rfkill.c
View file @
93a3b607
...
@@ -97,7 +97,7 @@ static int b43legacy_rfkill_soft_toggle(void *data, enum rfkill_state state)
...
@@ -97,7 +97,7 @@ static int b43legacy_rfkill_soft_toggle(void *data, enum rfkill_state state)
return
err
;
return
err
;
}
}
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
)
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
)
{
{
struct
b43legacy_wl
*
wl
=
dev
->
wl
;
struct
b43legacy_wl
*
wl
=
dev
->
wl
;
...
...
drivers/net/wireless/b43legacy/rfkill.h
View file @
93a3b607
...
@@ -27,7 +27,7 @@ void b43legacy_rfkill_free(struct b43legacy_wldev *dev);
...
@@ -27,7 +27,7 @@ void b43legacy_rfkill_free(struct b43legacy_wldev *dev);
void
b43legacy_rfkill_init
(
struct
b43legacy_wldev
*
dev
);
void
b43legacy_rfkill_init
(
struct
b43legacy_wldev
*
dev
);
void
b43legacy_rfkill_exit
(
struct
b43legacy_wldev
*
dev
);
void
b43legacy_rfkill_exit
(
struct
b43legacy_wldev
*
dev
);
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
);
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
);
#else
/* CONFIG_B43LEGACY_RFKILL */
#else
/* CONFIG_B43LEGACY_RFKILL */
...
@@ -49,7 +49,7 @@ static inline void b43legacy_rfkill_init(struct b43legacy_wldev *dev)
...
@@ -49,7 +49,7 @@ static inline void b43legacy_rfkill_init(struct b43legacy_wldev *dev)
static
inline
void
b43legacy_rfkill_exit
(
struct
b43legacy_wldev
*
dev
)
static
inline
void
b43legacy_rfkill_exit
(
struct
b43legacy_wldev
*
dev
)
{
{
}
}
static
inline
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
)
static
inline
char
*
b43legacy_rfkill_led_name
(
struct
b43legacy_wldev
*
dev
)
{
{
return
NULL
;
return
NULL
;
}
}
...
...
drivers/net/wireless/iwlwifi/iwl-3945-hw.h
View file @
93a3b607
...
@@ -350,7 +350,7 @@ struct iwl_eeprom {
...
@@ -350,7 +350,7 @@ struct iwl_eeprom {
#define CSR_FH_INT_TX_MASK (CSR_FH_INT_BIT_TX_CHNL6 | \
#define CSR_FH_INT_TX_MASK (CSR_FH_INT_BIT_TX_CHNL6 | \
CSR_FH_INT_BIT_TX_CHNL1 | \
CSR_FH_INT_BIT_TX_CHNL1 | \
CSR_FH_INT_BIT_TX_CHNL0
)
CSR_FH_INT_BIT_TX_CHNL0)
/* RESET */
/* RESET */
...
...
drivers/net/wireless/iwlwifi/iwl-4965-hw.h
View file @
93a3b607
...
@@ -400,7 +400,7 @@ struct iwl_eeprom {
...
@@ -400,7 +400,7 @@ struct iwl_eeprom {
#define CSR_FH_INT_TX_MASK (CSR_FH_INT_BIT_TX_CHNL6 | \
#define CSR_FH_INT_TX_MASK (CSR_FH_INT_BIT_TX_CHNL6 | \
CSR_FH_INT_BIT_TX_CHNL1 | \
CSR_FH_INT_BIT_TX_CHNL1 | \
CSR_FH_INT_BIT_TX_CHNL0
)
CSR_FH_INT_BIT_TX_CHNL0)
/* RESET */
/* RESET */
...
...
drivers/net/wireless/libertas/wext.c
View file @
93a3b607
...
@@ -32,10 +32,8 @@ static inline void libertas_postpone_association_work(wlan_private *priv)
...
@@ -32,10 +32,8 @@ static inline void libertas_postpone_association_work(wlan_private *priv)
static
inline
void
libertas_cancel_association_work
(
wlan_private
*
priv
)
static
inline
void
libertas_cancel_association_work
(
wlan_private
*
priv
)
{
{
cancel_delayed_work
(
&
priv
->
assoc_work
);
cancel_delayed_work
(
&
priv
->
assoc_work
);
if
(
priv
->
adapter
->
pending_assoc_req
)
{
kfree
(
priv
->
adapter
->
pending_assoc_req
);
kfree
(
priv
->
adapter
->
pending_assoc_req
);
priv
->
adapter
->
pending_assoc_req
=
NULL
;
priv
->
adapter
->
pending_assoc_req
=
NULL
;
}
}
}
...
...
drivers/net/wireless/wavelan_cs.c
View file @
93a3b607
...
@@ -3223,14 +3223,14 @@ wv_mmc_init(struct net_device * dev)
...
@@ -3223,14 +3223,14 @@ wv_mmc_init(struct net_device * dev)
* non-NCR/AT&T/Lucent PCMCIA cards, see wavelan_cs.h for detail on
* non-NCR/AT&T/Lucent PCMCIA cards, see wavelan_cs.h for detail on
* how to configure your card...
* how to configure your card...
*/
*/
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
MAC_ADDRESSES
);
i
++
)
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
MAC_ADDRESSES
);
i
++
)
if
((
psa
.
psa_univ_mac_addr
[
0
]
==
MAC_ADDRESSES
[
i
][
0
])
&&
if
((
psa
.
psa_univ_mac_addr
[
0
]
==
MAC_ADDRESSES
[
i
][
0
])
&&
(
psa
.
psa_univ_mac_addr
[
1
]
==
MAC_ADDRESSES
[
i
][
1
])
&&
(
psa
.
psa_univ_mac_addr
[
1
]
==
MAC_ADDRESSES
[
i
][
1
])
&&
(
psa
.
psa_univ_mac_addr
[
2
]
==
MAC_ADDRESSES
[
i
][
2
]))
(
psa
.
psa_univ_mac_addr
[
2
]
==
MAC_ADDRESSES
[
i
][
2
]))
break
;
break
;
/* If we have not found it... */
/* If we have not found it... */
if
(
i
==
ARRAY_SIZE
(
MAC_ADDRESSES
))
if
(
i
==
ARRAY_SIZE
(
MAC_ADDRESSES
))
{
{
#ifdef DEBUG_CONFIG_ERRORS
#ifdef DEBUG_CONFIG_ERRORS
printk
(
KERN_WARNING
"%s: wv_mmc_init(): Invalid MAC address: %02X:%02X:%02X:...
\n
"
,
printk
(
KERN_WARNING
"%s: wv_mmc_init(): Invalid MAC address: %02X:%02X:%02X:...
\n
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment