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-Tag: v2.6.39-rc1~468^2~25^2^2~184^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ffd878419839638d1aea102455b575da39c1a62;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 c258027..88af9eb 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;