]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8712: style fix returned error code
authorMartin Homuth <martin@martinhomuth.de>
Mon, 18 Dec 2017 23:24:07 +0000 (00:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:28:09 +0000 (15:28 +0100)
commit201521259602b0fb1acb1c977a9941049b0f83d6
tree265231b126b02b05fad13174fdc71eb7373e88bc
parent8400553b1903e269e35855ba09cdbd153506e638
staging: rtl8712: style fix returned error code

This patch fixes a coding style issues in the rtl8712 module as noted
by checkpatch.pl regarding the returned error code.

It fixes the following checkpatch.pl warning:

WARNING: ENOSYS means 'invalid syscall nr' and nothing else

Signed-off-by: Martin Homuth <martin@martinhomuth.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_ioctl_linux.c