From 02ce0cca531f8a39aa14d68b269a5460232bc63b Mon Sep 17 00:00:00 2001 From: bvassche Date: Thu, 10 Sep 2009 18:26:06 +0000 Subject: [PATCH] Made sure that there is only a single blank line before scsi_end_async() in the output of scripts/generate-kernel-patch. git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@1088 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 6f123fa..cbb5c77 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -3315,7 +3315,6 @@ static void blk_rq_unmap_kern_sg(struct request *rq, int err) #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26) && !(LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30) && defined(SCSI_EXEC_REQ_FIFO_DEFINED)) */ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26) - static void scsi_end_async(struct request *req, int error) { struct scsi_io_context *sioc = req->end_io_data; -- 2.17.1