From f5097d626335a41a276d0b932d9710314159c91a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 Jul 2009 11:33:26 +0000 Subject: [PATCH] Whitespace-only changes: fixed checkpatch complaints introduced in the previous commit. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@997 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 23a428644..622c444ea 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -122,7 +122,7 @@ struct srpt_ioctx { u8 n_rbuf; enum ib_wc_opcode op; - /* Node for insertion in the srpt_thread::thread_ioctx_list. */ + /* Node for insertion in the srpt_thread::thread_ioctx_list. */ struct list_head comp_list; struct srpt_rdma_ch *ch; struct scst_cmd *scmnd; @@ -154,9 +154,9 @@ struct srpt_rdma_ch { enum rdma_ch_state state; /* Node for insertion in the srpt_device::rch_list list. */ struct list_head list; - /* List of waiting SCST commands (containt struct srpt_ioctx elem's). */ + /* List of waiting SCST commands (containt struct srpt_ioctx elem's). */ struct list_head cmd_wait_list; - /* SCST commands being processed (contains struct srpt_ioctx elem's). */ + /* SCST commands being processed (contains struct srpt_ioctx elem's). */ struct list_head active_scmnd_list; u32 active_scmnd_cnt;