From 901e476100d5c29764292f163b3b96f27f9f8e32 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 9 Jul 2009 06:29:58 +0000 Subject: [PATCH] Whitespace-only changes: fixed two errors reported by checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@941 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/scst_exec_req_fifo-2.6.30.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/kernel/scst_exec_req_fifo-2.6.30.patch b/scst/kernel/scst_exec_req_fifo-2.6.30.patch index 43108ef71..d387d6605 100644 --- a/scst/kernel/scst_exec_req_fifo-2.6.30.patch +++ b/scst/kernel/scst_exec_req_fifo-2.6.30.patch @@ -302,7 +302,7 @@ diff -upkr linux-2.6.30.1/block/blk-map.c linux-2.6.30.1/block/blk-map.c + + hdr->page_link = (unsigned long)sgl; + hdr->length = nents; -+ ++ + for_each_sg(new_sgl, sg, new_sgl_nents, i) { + struct page *pg; + @@ -542,7 +542,7 @@ diff -upkr linux-2.6.30.1/block/blk-map.c linux-2.6.30.1/block/blk-map.c + goto out; + + res = __blk_rq_map_kern_sg(rq, sgl, nents, gfp, &sg_to_copy, -+ &nents_to_copy); ++ &nents_to_copy); + if (res != 0) { + blk_rq_unmap_kern_sg(rq, 0); + goto out;