diff options
author | Andrea Parri <[email protected]> | 2019-02-19 23:55:23 +0100 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2019-06-19 09:32:10 -0700 |
commit | 37c600a3cc8a6941d77e853ec4e0e33fffa1046b (patch) | |
tree | 38265e1468bf9e0b901c9c982be159de773aba27 /tools/memory-model/scripts/parseargs.sh | |
parent | 46f52b1fe79d2453467b904600ae4759808c4a44 (diff) |
tools/memory-model: Do not use "herd" to refer to "herd7"
Use "herd7" in each such reference.
Signed-off-by: Andrea Parri <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: David Howells <[email protected]>
Cc: Jade Alglave <[email protected]>
Cc: Luc Maranget <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Cc: Akira Yokosawa <[email protected]>
Cc: Daniel Lustig <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/memory-model/scripts/parseargs.sh')
-rw-r--r-- | tools/memory-model/scripts/parseargs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/scripts/parseargs.sh b/tools/memory-model/scripts/parseargs.sh index 859e1d581e05..40f52080fdbd 100644 --- a/tools/memory-model/scripts/parseargs.sh +++ b/tools/memory-model/scripts/parseargs.sh @@ -91,7 +91,7 @@ do shift ;; --herdopts|--herdopt) - checkarg --destdir "(herd options)" "$#" "$2" '.*' '^--' + checkarg --destdir "(herd7 options)" "$#" "$2" '.*' '^--' LKMM_HERD_OPTIONS="$2" shift ;; |