Skip to content

Commit 6ba5bbb

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 407d809 commit 6ba5bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nfc/st95hf/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ static int st95hf_error_handling(struct st95hf_context *stcontext,
661661
result = -ETIMEDOUT;
662662
else
663663
result = -EIO;
664-
return result;
664+
return result;
665665
}
666666

667667
/* Check for CRC err only if CRC is present in the tag response */

0 commit comments

Comments
 (0)