diff options
author | 2020-01-17 18:19:55 -0500 | |
---|---|---|
committer | 2020-01-17 18:19:55 -0500 | |
commit | 63f873530897596e037fce88f5dda0127f99f7a7 (patch) | |
tree | b54c41b7ef9af859d508dc8a44e89a11c077db1c | |
parent | 62c10113dd2dfcd789d91690ae43457df5a5cd8e (diff) | |
parent | a7a3a30361afc4bdbf865a77f7fc5b0a43b1fcad (diff) | |
download | linux-yocto-v4.18/standard/preempt-rt/intel-x86.tar.gz linux-yocto-v4.18/standard/preempt-rt/intel-x86.tar.bz2 linux-yocto-v4.18/standard/preempt-rt/intel-x86.zip |
Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86v4.18/standard/preempt-rt/intel-x86
-rw-r--r-- | tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk index 6798ab45032d..e05182d3e47d 100644 --- a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk +++ b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk @@ -1,4 +1,4 @@ -#!/usr/usr/bin/awk -f +#!/usr/bin/awk -f # SPDX-License-Identifier: GPL-2.0 # Modify SRCU for formal verification. The first argument should be srcu.h and |