From: Gustavo F. Padovan Date: Thu, 17 Feb 2011 22:24:05 +0000 (-0300) Subject: Bluetooth: fix checkpatch errors in af_bluetooth.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8ffd878419839638d1aea102455b575da39c1a62;p=deliverable%2Flinux.git Bluetooth: fix checkpatch errors in af_bluetooth.c Signed-off-by: Gustavo F. Padovan --- diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index c258027bc8fe..88af9eb9aa48 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -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;