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: http://svn.code.sf.net/p/scst/svn/trunk@1088 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-10 18:26:06 +00:00
parent 6f455c9c30
commit 663e046df0

View File

@@ -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;