From: zhengbin Date: Fri, 13 Dec 2019 00:54:33 +0000 (-0500) Subject: xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify' X-Git-Tag: v5.4.0-rc0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763d7f0718bc491566d27db1cd29ea789b133f60;p=thirdparty%2Fxfsprogs-dev.git xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify' Source kernel commit: 71912e08e06b7041ba3b40945328b84798dfe6fc Fixes gcc warning: fs/xfs/libxfs/xfs_btree.c:4475: warning: Excess function parameter 'max_recs' description in 'xfs_btree_sblock_v5hdr_verify' fs/xfs/libxfs/xfs_btree.c:4475: warning: Excess function parameter 'pag_max_level' description in 'xfs_btree_sblock_v5hdr_verify' Fixes: c5ab131ba0df ("libxfs: refactor short btree block verification") Signed-off-by: zhengbin Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_btree.c b/libxfs/xfs_btree.c index fcd34cc87..243190480 100644 --- a/libxfs/xfs_btree.c +++ b/libxfs/xfs_btree.c @@ -4465,8 +4465,6 @@ xfs_btree_lblock_verify( * btree block * * @bp: buffer containing the btree block - * @max_recs: pointer to the m_*_mxr max records field in the xfs mount - * @pag_max_level: pointer to the per-ag max level field */ xfs_failaddr_t xfs_btree_sblock_v5hdr_verify(