Commit 8ffd8784 authored by Gustavo F. Padovan's avatar Gustavo F. Padovan

Bluetooth: fix checkpatch errors in af_bluetooth.c

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 602f9887
......@@ -397,7 +397,7 @@ static inline unsigned int bt_accept_poll(struct sock *parent)
return 0;
}
unsigned int bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait)
unsigned int bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait)
{
struct sock *sk = sock->sk;
unsigned int mask = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment