diff options
Diffstat (limited to 'scripts/show_delta')
-rwxr-xr-x | scripts/show_delta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/show_delta b/scripts/show_delta index 5b365009e6a3..264399307c4f 100755 --- a/scripts/show_delta +++ b/scripts/show_delta | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
2 | # | 3 | # |
3 | # show_deltas: Read list of printk messages instrumented with | 4 | # show_deltas: Read list of printk messages instrumented with |
4 | # time data, and format with time deltas. | 5 | # time data, and format with time deltas. |
@@ -7,7 +8,6 @@ | |||
7 | # | 8 | # |
8 | # Copyright 2003 Sony Corporation | 9 | # Copyright 2003 Sony Corporation |
9 | # | 10 | # |
10 | # GPL 2.0 applies. | ||
11 | 11 | ||
12 | import sys | 12 | import sys |
13 | import string | 13 | import string |