aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-02-07 12:44:07 +0000
committerMartin K. Petersen <[email protected]>2019-03-19 21:17:08 +0000
commit244830a0dcca133f452cdf8926b93ace912f83f4 (patch)
tree4749c2a8148c6e5d76fedd70b3076be1b552c637 /drivers/message/fusion/mptctl.c
parentscsi: mvsas: clean up a few indentation issues (diff)
downloadkernel-244830a0dcca133f452cdf8926b93ace912f83f4.tar.gz
kernel-244830a0dcca133f452cdf8926b93ace912f83f4.zip
scsi: mptfusion: fix indentation issues
There are several statements and code blocks there are incorrectly indented. Fix these. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/message/fusion/mptctl.c')
-rw-r--r--drivers/message/fusion/mptctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c
index 8d22d6134a89..f9ac22413000 100644
--- a/drivers/message/fusion/mptctl.c
+++ b/drivers/message/fusion/mptctl.c
@@ -565,7 +565,7 @@ mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
* TODO - this define is not in MPI spec yet,
* but they plan to set it to 0x21
*/
- if (event == 0x21 ) {
+ if (event == 0x21) {
ioc->aen_event_read_flag=1;
dctlprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Raised SIGIO to application\n",
ioc->name));