Skip to content

Commit 6661bfd

Browse files
committed
Clarified message when patch does not apply cleanly
1 parent f844f81 commit 6661bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch-module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pushd lib/modules/source >/dev/null
7070
echo "*** Applying ${dir}/${base} ..."
7171
patch --batch --ignore-whitespace --strip=1 --backup < "${patch}"
7272
else
73-
echo "*** Skipping ${dir}/${base}: did not apply cleanly"
73+
echo "*** Skipping ${dir}/${base}: patch not appropriate for this kernel"
7474
fi
7575
done
7676
fi

0 commit comments

Comments
 (0)