All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: lpfc: lpfc_debugfs: Removed unnecessary 'return'
@ 2021-06-09  9:10 lijian_8010a29
  0 siblings, 0 replies; only message in thread
From: lijian_8010a29 @ 2021-06-09  9:10 UTC (permalink / raw)
  To: james.smart, dick.kennedy, jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, lijian

From: lijian <lijian@yulong.com>

Removed unnecessary 'return'.

Signed-off-by: lijian <lijian@yulong.com>
---
 drivers/scsi/lpfc/lpfc_debugfs.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index c67e8a0e0b32..a353f6ed9b2f 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -1845,7 +1845,6 @@ lpfc_debugfs_disc_trc(struct lpfc_vport *vport, int mask, char *fmt,
 	dtp->seq_cnt = atomic_inc_return(&lpfc_debugfs_seq_trc_cnt);
 	dtp->jif = jiffies;
 #endif
-	return;
 }
 
 /**
@@ -1883,7 +1882,6 @@ lpfc_debugfs_slow_ring_trc(struct lpfc_hba *phba, char *fmt,
 	dtp->seq_cnt = atomic_inc_return(&lpfc_debugfs_seq_trc_cnt);
 	dtp->jif = jiffies;
 #endif
-	return;
 }
 
 /**
@@ -6444,7 +6442,6 @@ lpfc_debugfs_terminate(struct lpfc_vport *vport)
 		}
 	}
 #endif
-	return;
 }
 
 /*
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-09  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  9:10 [PATCH] scsi: lpfc: lpfc_debugfs: Removed unnecessary 'return' lijian_8010a29

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.