From 6b8e075a4ea6a61a70fb6c8e415de94b2ac9112a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 3 Dec 2014 11:50:06 +0000 Subject: [PATCH] scripts/rebuild-rhel-kernel-rpm: Fix an error message Reported-by: Hiroyuki Sato git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5903 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/rebuild-rhel-kernel-rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild-rhel-kernel-rpm b/scripts/rebuild-rhel-kernel-rpm index e4a96c1d7..dc4c45181 100755 --- a/scripts/rebuild-rhel-kernel-rpm +++ b/scripts/rebuild-rhel-kernel-rpm @@ -227,7 +227,7 @@ copy_best_matching_patch $scst_dir/scst/kernel/rhel/scst_exec_req_fifo scst_exec } copy_best_matching_patch $scst_dir/iscsi-scst/kernel/patches/rhel/put_page_callback put_page_callback.patch || { - echo "No matching scst_exec_req_fifo patch found for kernel version $kver"; + echo "No matching put_page_callback patch found for kernel version $kver"; exit 1; }