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/nci | |
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/nci')
-rw-r--r-- | net/nfc/nci/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index 89446c8c40c7..5f98dc1bf039 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c @@ -577,7 +577,6 @@ static void nci_deactivate_target(struct nfc_dev *nfc_dev, } } - static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) { |