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 <[email protected]>
Cc: Adrian Hunter <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
Ingo Molnar authored and acmel 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.