diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-21 11:41:11 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-11-30 00:17:59 +0300 |
commit | 3f27bb5f00dc10609c2704cd39a130c8155a8510 (patch) | |
tree | 6fa73ca7adfd7fdc1d191cbe9f85a80aebedd32c /tools/perf/check-headers.sh | |
parent | e4f57147e4893344d9088bebf174c053353daec5 (diff) | |
download | linux-3f27bb5f00dc10609c2704cd39a130c8155a8510.tar.xz |
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-x | tools/perf/check-headers.sh | 1 |
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 |