From f14cd777f78203315e8cdab95d9bde7df6327a2c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Sep 2010 16:44:33 +0000 Subject: [PATCH] Updated script description. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2271 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-with-srp-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-kernel-with-srp-patches b/scripts/generate-kernel-with-srp-patches index f344bff9e..4754a6de2 100755 --- a/scripts/generate-kernel-with-srp-patches +++ b/scripts/generate-kernel-with-srp-patches @@ -1,7 +1,7 @@ #!/bin/bash # Generates a 2.6.34.*, 2.6.35.* or 2.6.36* kernel tree with the SRP_CRED_REQ -# patches applied to the ib_srp initiator. +# and several other patches applied to the ib_srp initiator. # Adjust this variable such that it points to the directory with # linux-x.y.z.tar.bz2 and patch-x.y.z.p.bz2 files on your system