wireless: checkpatch cleanups

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Jeff Garzik
2007-11-23 21:50:20 -05:00
committed by David S. Miller
parent 092427be8c
commit 93a3b607e6
8 changed files with 14 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ void b43legacy_rfkill_free(struct b43legacy_wldev *dev);
void b43legacy_rfkill_init(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 */
@@ -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 char * b43legacy_rfkill_led_name(struct b43legacy_wldev *dev)
static inline char *b43legacy_rfkill_led_name(struct b43legacy_wldev *dev)
{
return NULL;
}