diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/basic/.gitignore | 2 | ||||
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore index 7304e19..bf8b199 100644 --- a/scripts/basic/.gitignore +++ b/scripts/basic/.gitignore @@ -1,3 +1,3 @@ +hash fixdep -split-include docproc diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index e30bac1..f88bb3e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# (c) 2001, Dave Jones. <davej@codemonkey.org.uk> (the file handling bit) +# (c) 2001, Dave Jones. <davej@redhat.com> (the file handling bit) # (c) 2005, Joel Schopp <jschopp@austin.ibm.com> (the ugly bit) # (c) 2007, Andy Whitcroft <apw@uk.ibm.com> (new conditions, test suite, etc) # Licensed under the terms of the GNU GPL License version 2 |