forked from Minki/linux
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>
This commit is contained in:
parent
407d8098cb
commit
6ba5bbba95
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user