aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-xscripts/kernel-doc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index a26a5f2dce39..7b0a8f01fed5 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -1,5 +1,6 @@
1#!/usr/bin/perl -w 1#!/usr/bin/env perl
2 2
3use warnings;
3use strict; 4use strict;
4 5
5## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## 6## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ##