From: Christophe Ricard Date: Sun, 25 Jan 2015 22:33:25 +0000 (+0100) Subject: NFC: nfc_disable_se Remove useless blank line at beginning of function X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=511e78a38aa611f1bcc1f9b383766ad3e35816c0;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Samuel Ortiz --- 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: int nfc_disable_se(struct nfc_dev *dev, u32 se_idx) { - struct nfc_se *se; int rc;