From: Christophe Ricard Date: Sun, 25 Jan 2015 22:33:24 +0000 (+0100) Subject: NFC: nfc_enable_se Remove useless blank line at beginning of function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ec0684898fa53c318a221d3f76860067543d12e3;p=linux.git 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 Signed-off-by: Samuel Ortiz --- diff --git a/net/nfc/core.c b/net/nfc/core.c index 819b87702b703..81fabed31f422 100644 --- a/net/nfc/core.c +++ b/net/nfc/core.c @@ -555,7 +555,6 @@ EXPORT_SYMBOL(nfc_find_se); int nfc_enable_se(struct nfc_dev *dev, u32 se_idx) { - struct nfc_se *se; int rc;