From 2d12dae7b44712040f75fb08a1d139d6337be56c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 24 Feb 2012 07:21:24 +0000 Subject: [PATCH] ib_srpt: Whitespace-only change git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4145 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 3ffaa843e..48c72fe35 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1299,7 +1299,7 @@ static void srpt_put_send_ioctx(struct srpt_send_ioctx *ioctx) * @context: Preferred execution context. */ static void srpt_abort_cmd(struct srpt_send_ioctx *ioctx, - enum scst_exec_context context) + enum scst_exec_context context) { struct scst_cmd *scmnd; enum srpt_command_state state;