[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ae9327e821e82a9c9e6a41c1fa12ec02496189f2.1528031458.git.rvarsha016@gmail.com>
Date: Sun, 3 Jun 2018 18:52:57 +0530
From: Varsha Rao <rvarsha016@...il.com>
To: Sathya Prakash <sathya.prakash@...adcom.com>,
Chaitra P B <chaitra.basappa@...adcom.com>,
Suganath Prabu Subramani
<suganath-prabu.subramani@...adcom.com>,
MPT-FusionLinux.pdl@...adcom.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, Nicholas Mc Guire <der.herr@...r.at>,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc: Varsha Rao <rvarsha016@...il.com>
Subject: [PATCH 3/3] message: fusion: Fix line over 80 characters
Line over 80 characters is split to fix the following checkpatch issue:
WARNING: line over 80 characters
Signed-off-by: Varsha Rao <rvarsha016@...il.com>
---
drivers/message/fusion/mptbase.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
index 2e5e5487f193..49e5d1ae9ea9 100644
--- a/drivers/message/fusion/mptbase.c
+++ b/drivers/message/fusion/mptbase.c
@@ -5690,7 +5690,8 @@ mpt_inactive_raid_volumes(MPT_ADAPTER *ioc, u8 channel, u8 id)
buffer->PhysDisk[i].PhysDiskNum, &phys_disk) != 0)
continue;
- if (!(component_info = kmalloc(sizeof(*component_info), GFP_KERNEL)))
+ if (!(component_info = kmalloc(sizeof(*component_info),
+ GFP_KERNEL)))
continue;
component_info->volumeID = id;
--
2.17.0
Powered by blists - more mailing lists