[PATCH 2/3] scsi: fix typo debugsfs -> debugfs

From: Daniel Tobias
Date: Tue Aug 23 2022 - 03:10:24 EST


Signed-off-by: Daniel Tobias <dan.g.tob@xxxxxxxxx>
---
drivers/scsi/fnic/fnic_debugfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/fnic/fnic_debugfs.c b/drivers/scsi/fnic/fnic_debugfs.c
index 6fedc3b7d1ab..16fb05c8f347 100644
--- a/drivers/scsi/fnic/fnic_debugfs.c
+++ b/drivers/scsi/fnic/fnic_debugfs.c
@@ -425,7 +425,7 @@ void fnic_fc_trace_debugfs_terminate(void)
* @file: The file pointer to attach the stats reset flag.
*
* Description:
- * This routine opens a debugsfs file reset_stats and stores i_private data
+ * This routine opens a debugfs file reset_stats and stores i_private data
* to debug structure to retrieve later for while performing other
* file oprations.
*
@@ -569,7 +569,7 @@ static int fnic_reset_stats_release(struct inode *inode,
* @file: The file pointer to attach the specific host statistics.
*
* Description:
- * This routine opens a debugsfs file stats of specific host and print
+ * This routine opens a debugfs file stats of specific host and print
* fnic stats.
*
* Returns:
--
2.37.2