Skip to content

Commit

Permalink
Fix ixgbevf kcompat-lib.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed May 24, 2024
1 parent 3a3ec77 commit 9539b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/intel/ixgbevf/ixgbevf-4.18.9-zc/src/kcompat-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function filter-out-bad-files() {
fi
local any=0 diagmsgs=/dev/stderr re=$'[\t \n]'
[ -n "${QUIET_COMPAT-}" ] && diagmsgs=/dev/null
# HAVE_PF_RING
diagmsgs=/dev/null
for x in "$@"; do
if [ -e "$x" ]; then
if [[ "$x" =~ $re ]]; then
Expand Down

0 comments on commit 9539b61

Please sign in to comment.