diff options
| author | Ingo Molnar <mingo@kernel.org> | 2017-11-21 03:41:11 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-11-29 16:17:59 -0500 |
| commit | 3f27bb5f00dc10609c2704cd39a130c8155a8510 (patch) | |
| tree | 6fa73ca7adfd7fdc1d191cbe9f85a80aebedd32c | |
| parent | e4f57147e4893344d9088bebf174c053353daec5 (diff) | |
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>
| -rwxr-xr-x | tools/perf/check-headers.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index 77406d25e521..e66a8a7bcced 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh | |||
| @@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h | |||
| 45 | 45 | ||
| 46 | check () { | 46 | check () { |
| 47 | file=$1 | 47 | file=$1 |
| 48 | opts="--ignore-blank-lines --ignore-space-change" | ||
| 49 | 48 | ||
| 50 | shift | 49 | shift |
| 51 | while [ -n "$*" ]; do | 50 | while [ -n "$*" ]; do |
