aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/check-headers.sh
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-11-21 09:41:11 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-11-29 18:17:59 -0300
commit3f27bb5f00dc10609c2704cd39a130c8155a8510 (patch)
tree6fa73ca7adfd7fdc1d191cbe9f85a80aebedd32c /tools/perf/check-headers.sh
parentMerge branch 'perf/urgent' into perf/core, to pick up fixes (diff)
downloadlinux-dev-3f27bb5f00dc10609c2704cd39a130c8155a8510.tar.xz
linux-dev-3f27bb5f00dc10609c2704cd39a130c8155a8510.zip
tools headers: Follow the upstream UAPI header version 100% differ from the kernel
Remove this from check-headers.sh: opts="--ignore-blank-lines --ignore-space-change" as the easiest policy is to just follow the upstream UAPI header version 100%. Pure space-only changes are comparatively rare. Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Link: http://lkml.kernel.org/r/20171121084111.y6p5zwqso2cbms5s@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/check-headers.sh')
-rwxr-xr-xtools/perf/check-headers.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 77406d25e521..e66a8a7bcced 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h
check () {
file=$1
- opts="--ignore-blank-lines --ignore-space-change"
shift
while [ -n "$*" ]; do