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

Daniel Tobias posted 3 patches 3 years, 7 months ago
[PATCH 2/3] scsi: fix typo debugsfs -> debugfs
Posted by Daniel Tobias 3 years, 7 months ago
Signed-off-by: Daniel Tobias <dan.g.tob@gmail.com>
---
 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