OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407d809
)
NFC: st95hf: clean up indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Thu, 26 Sep 2019 11:13:06 +0000
(12:13 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Sep 2019 18:31:18 +0000
(20:31 +0200)
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>
drivers/nfc/st95hf/core.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/st95hf/core.c
b/drivers/nfc/st95hf/core.c
index
7eda62a
..
9642971
100644
(file)
--- 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 */