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
@@ -51,8 +51,8 @@ struct b43_debugfs_fops {
|
||||
};
|
||||
|
||||
static inline
|
||||
struct b43_dfs_file * fops_to_dfs_file(struct b43_wldev *dev,
|
||||
const struct b43_debugfs_fops *dfops)
|
||||
struct b43_dfs_file *fops_to_dfs_file(struct b43_wldev *dev,
|
||||
const struct b43_debugfs_fops *dfops)
|
||||
{
|
||||
void *p;
|
||||
|
||||
|
Reference in New Issue
Block a user