1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Colin Ian King 2019-09-26 12:13:06 +01:00 committed by David S. Miller
parent 407d8098cb
commit 6ba5bbba95
1 changed files with 1 additions and 1 deletions

View File

@ -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 */