diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-10-17 15:23:39 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-10-26 18:26:52 +0200 |
commit | 0f450772224f99db3b8384bfb8f751889d0c4cb8 (patch) | |
tree | c2b0422af06a420d853aab206605e2bb86429afd /net/nfc/rawsock.c | |
parent | 7eda8b8e967781cfa5a04962502f9aa428f67e5f (diff) |
NFC: Fix some code style and whitespace issues
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/rawsock.c')
-rw-r--r-- | net/nfc/rawsock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfc/rawsock.c b/net/nfc/rawsock.c index 8b8a6a2b2bad..313bf1bc848a 100644 --- a/net/nfc/rawsock.c +++ b/net/nfc/rawsock.c @@ -256,7 +256,6 @@ static int rawsock_recvmsg(struct kiocb *iocb, struct socket *sock, return rc ? : copied; } - static const struct proto_ops rawsock_ops = { .family = PF_NFC, .owner = THIS_MODULE, |