b43: checkpatch.pl cleanups
Keeping this one simple. Changing a few "foo * bar" to "foo *bar" Removes 22 checkpatch.pl errors, with no introduced warnings. Signed-off-by: John Daiker <daikerjohn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
ddcb5c78e8
commit
99da185a72
@@ -113,7 +113,7 @@ out_unlock:
|
||||
return err;
|
||||
}
|
||||
|
||||
char * b43_rfkill_led_name(struct b43_wldev *dev)
|
||||
char *b43_rfkill_led_name(struct b43_wldev *dev)
|
||||
{
|
||||
struct b43_rfkill *rfk = &(dev->wl->rfkill);
|
||||
|
||||
|
Reference in New Issue
Block a user