Skip to content

Commit 3f27bb5

Browse files
Ingo Molnaracmel
authored andcommitted
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>
1 parent e4f5714 commit 3f27bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/perf/check-headers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h
4545

4646
check () {
4747
file=$1
48-
opts="--ignore-blank-lines --ignore-space-change"
4948

5049
shift
5150
while [ -n "$*" ]; do

0 commit comments

Comments
 (0)