[PATCH] scsi: mpt3sas: remove unnecessary comments.

Deming Wang posted 1 patch 1 year, 8 months ago
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 7 -------
1 file changed, 7 deletions(-)
[PATCH] scsi: mpt3sas: remove unnecessary comments.
Posted by Deming Wang 1 year, 8 months ago
Remove unnecessary comments.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
index 12d08d8ba538..4f5c1b56c71b 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@ -2206,13 +2206,6 @@ _scsih_display_sata_capabilities(struct MPT3SAS_ADAPTER *ioc,
 	    (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_SW_PRESERVE) ? "y" : "n");
 }
 
-/*
- * raid transport support -
- * Enabled for SLES11 and newer, in older kernels the driver will panic when
- * unloading the driver followed by a load - I believe that the subroutine
- * raid_class_release() is not cleaning up properly.
- */
-
 /**
  * scsih_is_raid - return boolean indicating device is raid volume
  * @dev: the device struct object
-- 
2.31.1