Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc194783 authored by Jiang Biao's avatar Jiang Biao Committed by Richard Weinberger
Browse files

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: default avatarJiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent ae4c8081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;