提交 cc194783 编写于 作者: J Jiang Biao 提交者: Richard Weinberger

ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx

Constify struct ubifs_lprops in scan_for_leb_for_idx to be
consistent with other references.
Signed-off-by: NJiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 ae4c8081
......@@ -632,7 +632,7 @@ static int scan_for_idx_cb(struct ubifs_info *c,
*/
static const struct ubifs_lprops *scan_for_leb_for_idx(struct ubifs_info *c)
{
struct ubifs_lprops *lprops;
const struct ubifs_lprops *lprops;
struct scan_data data;
int err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册