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: Jiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Jiang Biao 2018-02-28 10:13:57 +08:00 committed by Richard Weinberger
parent ae4c8081eb
commit cc19478348
1 changed files with 1 additions and 1 deletions

View File

@ -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;