]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
tools headers: Follow the upstream UAPI header version 100% differ from the kernel
authorIngo Molnar <mingo@kernel.org>
Tue, 21 Nov 2017 08:41:11 +0000 (09:41 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Nov 2017 21:17:59 +0000 (18:17 -0300)
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>
tools/perf/check-headers.sh

index 77406d25e5218023bf15277f293338e4279fe144..e66a8a7bcced91baaa48e36715ac2c73a3e0d756 100755 (executable)
@@ -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