Commit 3f27bb5f authored by Ingo Molnar's avatar Ingo Molnar Committed by Arnaldo Carvalho de Melo

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: default avatarIngo Molnar <mingo@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Link: http://lkml.kernel.org/r/20171121084111.y6p5zwqso2cbms5s@gmail.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent e4f57147
...@@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h ...@@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h
check () { check () {
file=$1 file=$1
opts="--ignore-blank-lines --ignore-space-change"
shift shift
while [ -n "$*" ]; do while [ -n "$*" ]; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment