Skip to content

Commit

Permalink
amdgpu: remove exec permissions on source files
Browse files Browse the repository at this point in the history
This patch fixes the following warnings that appear
when building an RPM package:

+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/src/debug/criu-4.0-1.fc42.x86_64/plugins/amdgpu/amdgpu_plugin_util.c is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/criu-4.0-1.fc42.x86_64/plugins/amdgpu/amdgpu_plugin_util.h is executable but has no shebang, removing executable bit

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git authored and avagin committed Sep 26, 2024
1 parent 1079a51 commit 34e7134
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Empty file modified plugins/amdgpu/amdgpu_plugin_util.c
100755 → 100644
Empty file.
Empty file modified plugins/amdgpu/amdgpu_plugin_util.h
100755 → 100644
Empty file.

0 comments on commit 34e7134

Please sign in to comment.