]> Git Repo - linux.git/blobdiff - scripts/objdiff
net: copy from user before calling __copy_msghdr
[linux.git] / scripts / objdiff
index 72b0b63c3fe13454d820877d09953419973f1db4..0685bc3ce3df2737469c0e4d632c54ad70126b96 100755 (executable)
 # $ ./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>"
This page took 0.033229 seconds and 4 git commands to generate.