commit | 0a40acb24602783fcf6881f915659148aa9807d7 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Mon Mar 05 01:03:53 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 06 15:16:25 2012 -0500 |
tree | aad4a42c270c615fdc67f454f974794e8fcd2160 | |
parent | 427a2eb1f568c9c5934a36105232c94553db9b69 [diff] [blame] |
NFC: Core code identation fixes Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/net/nfc/af_nfc.c b/net/nfc/af_nfc.c index da67756..9d68441 100644 --- a/net/nfc/af_nfc.c +++ b/net/nfc/af_nfc.c
@@ -30,7 +30,7 @@ static const struct nfc_protocol *proto_tab[NFC_SOCKPROTO_MAX]; static int nfc_sock_create(struct net *net, struct socket *sock, int proto, - int kern) + int kern) { int rc = -EPROTONOSUPPORT;