]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/documentation-file-ref-check
modpost: fix potential mmap'ed file overrun in get_src_version()
[mirror_ubuntu-jammy-kernel.git] / scripts / documentation-file-ref-check
index 9a8cc10cffd0b03522f4781fd0ac3ad83586b569..c71832b2312b94ba31ef060860bb9c6c04717183 100755 (executable)
@@ -25,7 +25,7 @@ my $fix = 0;
 my $warn = 0;
 
 if (! -d ".git") {
-       printf "Warning: can't check if file exists, as this is not a git tree";
+       printf "Warning: can't check if file exists, as this is not a git tree\n";
        exit 0;
 }