From c89a883339a0b3f72de62d4055428b3ddbf0bfb7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 Jan 2014 09:07:26 +0000 Subject: [PATCH] mpt: Fix another whitespace error reported by checkpatch git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5207 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- mpt/mpt_scst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpt/mpt_scst.c b/mpt/mpt_scst.c index aa8e9950b..209116fa4 100644 --- a/mpt/mpt_scst.c +++ b/mpt/mpt_scst.c @@ -286,8 +286,8 @@ static void mpt_inquiry_no_tagged_commands(MPT_STM_PRIV *priv, static int mpt_rdy_to_xfer(struct scst_cmd *scst_cmd); static void mpt_on_free_cmd(struct scst_cmd *scst_cmd); static void mpt_task_mgmt_fn_done(struct scst_mgmt_cmd *mcmd); -static int mpt_handle_task_mgmt(MPT_STM_PRIV * priv, u32 reply_word, - int task_mgmt, int lun); +static int mpt_handle_task_mgmt(MPT_STM_PRIV *priv, u32 reply_word, + int task_mgmt, int lun); static int mpt_send_cmd_to_scst(struct mpt_cmd *cmd, enum scst_exec_context context);