From 5cf473bff1ff3574dfa471c4291fed22efecf845 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 Sep 2010 09:04:25 +0000 Subject: [PATCH] Corrected patch descriptions. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2148 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-with-srp-patches | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/generate-kernel-with-srp-patches b/scripts/generate-kernel-with-srp-patches index 627bb8a81..cbc3327b3 100755 --- a/scripts/generate-kernel-with-srp-patches +++ b/scripts/generate-kernel-with-srp-patches @@ -769,8 +769,9 @@ if [ "${kernel_version}" "<" "2.6.36" ]; then fi # IB/srp: Preparation for transmit ring response allocation # IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ +# IB/srp: Eliminate two forward declarations # IB/srp: Reduce number of BUSY conditions -# IB/srp: use multiple CPU cores more effectively +# IB/srp: Introduce list_first_entry() for p in \ 143381 \ 143391 \