diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-01-25 17:33:25 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-01-26 17:14:33 -0500 |
commit | 511e78a38aa611f1bcc1f9b383766ad3e35816c0 (patch) | |
tree | 22dbed79c0f0f45496e97af2ce972845d4aab82e | |
parent | ec0684898fa53c318a221d3f76860067543d12e3 (diff) |
NFC: nfc_disable_se Remove useless blank line at beginning of function
Remove one useless blank line at beginning of nfc_disable_se function.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | net/nfc/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfc/core.c b/net/nfc/core.c index 81fabed31f42..7f1b6351755c 100644 --- a/net/nfc/core.c +++ b/net/nfc/core.c | |||
@@ -604,7 +604,6 @@ error: | |||
604 | 604 | ||
605 | int nfc_disable_se(struct nfc_dev *dev, u32 se_idx) | 605 | int nfc_disable_se(struct nfc_dev *dev, u32 se_idx) |
606 | { | 606 | { |
607 | |||
608 | struct nfc_se *se; | 607 | struct nfc_se *se; |
609 | int rc; | 608 | int rc; |
610 | 609 | ||