From 47b2487b94a281802574dd9082301407ac3317fa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 19 Jun 2012 07:26:24 +0000 Subject: [PATCH] ib_srpt: Fix a checkpatch complaint git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4363 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 ad5ea0788..b7173e791 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2346,7 +2346,7 @@ static void __srpt_close_all_ch(struct srpt_tgt *srpt_tgt) } } -static struct srpt_tgt* srpt_convert_scst_tgt(struct scst_tgt *scst_tgt) +static struct srpt_tgt *srpt_convert_scst_tgt(struct scst_tgt *scst_tgt) { struct srpt_device *sdev; struct srpt_port *sport;