lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20220823070839.533562-3-dan.g.tob@gmail.com>
Date:   Tue, 23 Aug 2022 17:08:38 +1000
From:   Daniel Tobias <dan.g.tob@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Daniel Tobias <dan.g.tob@...il.com>, satishkh@...co.com,
        jejb@...ux.ibm.com, trivial@...nel.org
Subject: [PATCH 2/3] scsi: fix typo debugsfs -> debugfs

Signed-off-by: Daniel Tobias <dan.g.tob@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ