[PATCH] um: remove a stray tab
Dan Carpenter <[email protected]> Fri, 25 Aug 2017 13:36:15 +0300
| Newsgroups | gmane.linux.kernel.janitors,gmane.linux.uml.devel,gmane.linux.uml.user |
|---|---|
| Message-ID | <20170825103615.spltju4nkooc3acf@mwanda> |
Static checkers would urge us to add curly braces to this code, but actually the code works correctly. It just isn't indented right. Signed-off-by: Dan Carpenter <[email protected]> diff --git a/arch/x86/um/os-Linux/tls.c b/arch/x86/um/os-Linux/tls.c index 9d94b3b76c74..ed8ea90967dc 100644 --- a/arch/x86/um/os-Linux/tls.c +++ b/arch/x86/um/os-Linux/tls.c @@ -37,7 +37,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min) continue; else if (errno == ENOSYS) *supports_tls = 0; - return; + return; } } -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html