瀏覽代碼

um: remove a stray tab

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 <dan.carpenter@oracle.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Dan Carpenter 8 年之前
父節點
當前提交
7b24afbfe3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/um/os-Linux/tls.c

+ 1 - 1
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;
 		}
 	}