Skip to content

Commit

Permalink
tools headers: Follow the upstream UAPI header version 100% differ fr…
Browse files Browse the repository at this point in the history
…om 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>
  • Loading branch information
Ingo Molnar authored and Arnaldo Carvalho de Melo committed Nov 29, 2017
1 parent e4f5714 commit 3f27bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/perf/check-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f27bb5

Please sign in to comment.