diff options
| author | Takashi Iwai <tiwai@suse.de> | 2022-06-15 08:47:44 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2022-06-15 08:47:44 +0300 |
| commit | f777316e52e14059a6a1df45cbf39a93ac49a593 (patch) | |
| tree | f9bd76323abdea96d89bf573affd587006a0475f /scripts/objdiff | |
| parent | 56ec3e755bd1041d35bdec020a99b327697ee470 (diff) | |
| parent | f5e829f92a494a0b66d309497bab4e9d10d4ce3e (diff) | |
| download | linux-f777316e52e14059a6a1df45cbf39a93ac49a593.tar.xz | |
Merge branch 'topic/ctl-enhancements' into for-next
Pull ALSA control enhancement patches.
One is the faster lookup of control elements, and another is to
introduce the input data validation.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/objdiff')
| -rwxr-xr-x | scripts/objdiff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/objdiff b/scripts/objdiff index 72b0b63c3fe1..0685bc3ce3df 100755 --- a/scripts/objdiff +++ b/scripts/objdiff @@ -20,10 +20,10 @@ # $ ./scripts/objdiff diff COMMIT_A COMMIT_B # $ -# And to clean up (everything is in .tmp_objdiff/*) +# And to clean up (everything is in .objdiff/*) # $ ./scripts/objdiff clean all # -# Note: 'make mrproper' will also remove .tmp_objdiff +# Note: 'make mrproper' will also remove .objdiff SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd) @@ -32,7 +32,7 @@ if [ -z "$SRCTREE" ]; then exit 1 fi -TMPD=$SRCTREE/.tmp_objdiff +TMPD=$SRCTREE/.objdiff usage() { echo >&2 "Usage: $0 <command> <args>" |
