This fixes typo in a comment that's referencing an invalid
function name.
Signed-off-by: Nik Nyby <nikolas(a)gnu.org>
---
drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/include/lustre_net.h
b/drivers/staging/lustre/lustre/include/lustre_net.h
index 77a7de9..0ebe4a8 100644
--- a/drivers/staging/lustre/lustre/include/lustre_net.h
+++ b/drivers/staging/lustre/lustre/include/lustre_net.h
@@ -2012,7 +2012,7 @@ struct ptlrpc_service {
int srv_ncpts;
/** CPTs array this service bound on */
__u32 *srv_cpts;
- /** 2^srv_cptab_bits >= cfs_cpt_numbert(srv_cptable) */
+ /** 2^srv_cptab_bits >= cfs_cpt_number(srv_cptable) */
int srv_cpt_bits;
/** CPT table this service is running over */
struct cfs_cpt_table *srv_cptable;
--
2.1.4
Show replies by date