aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-01-25 17:33:24 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2015-01-26 17:14:33 -0500
commitec0684898fa53c318a221d3f76860067543d12e3 (patch)
treef793170b98ac10c883860c8551f22a035c5bac59
parent20842466ec6d823ae9d3991b86527b6a1460ec63 (diff)
NFC: nfc_enable_se Remove useless blank line at beginning of function
Remove one useless blank line at beginning of nfc_enable_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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfc/core.c b/net/nfc/core.c
index 819b87702b70..81fabed31f42 100644
--- a/net/nfc/core.c
+++ b/net/nfc/core.c
@@ -555,7 +555,6 @@ EXPORT_SYMBOL(nfc_find_se);
555 555
556int nfc_enable_se(struct nfc_dev *dev, u32 se_idx) 556int nfc_enable_se(struct nfc_dev *dev, u32 se_idx)
557{ 557{
558
559 struct nfc_se *se; 558 struct nfc_se *se;
560 int rc; 559 int rc;
561 560