aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf/core.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-09-26 12:13:06 +0100
committerDavid S. Miller <davem@davemloft.net>2019-09-27 20:31:18 +0200
commit6ba5bbba95f789d76ce3bf440ee02fdaf52ec486 (patch)
tree87a59013517e4f3094bc2ad72a549b34b88cd29b /drivers/nfc/st95hf/core.c
parentnet: phy: micrel: add Asym Pause workaround for KSZ9021 (diff)
downloadlinux-dev-6ba5bbba95f789d76ce3bf440ee02fdaf52ec486.tar.xz
linux-dev-6ba5bbba95f789d76ce3bf440ee02fdaf52ec486.zip
NFC: st95hf: clean up indentation issue
The return statement is indented incorrectly, add in a missing tab and remove an extraneous space after the return Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/nfc/st95hf/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index 7eda62a9e0df..9642971e89ce 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -661,7 +661,7 @@ static int st95hf_error_handling(struct st95hf_context *stcontext,
result = -ETIMEDOUT;
else
result = -EIO;
- return result;
+ return result;
}
/* Check for CRC err only if CRC is present in the tag response */