]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - arch/x86/um/os-Linux/tls.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / x86 / um / os-Linux / tls.c
index 9d94b3b76c746ac6ca5f5e5eb39f0caf48096693..3e1b1bf6acbcce7050a0757a5c257e19adff23ec 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <errno.h>
 #include <linux/unistd.h>
 
@@ -37,7 +38,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min)
                                continue;
                        else if (errno == ENOSYS)
                                *supports_tls = 0;
-                               return;
+                       return;
                }
        }