Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Colin Ian King and committed by
David S. Miller
6ba5bbba 407d8098

+1 -1
+1 -1
drivers/nfc/st95hf/core.c
··· 661 661 result = -ETIMEDOUT; 662 662 else 663 663 result = -EIO; 664 - return result; 664 + return result; 665 665 } 666 666 667 667 /* Check for CRC err only if CRC is present in the tag response */