Skip to content

x/sys/unix: add missing const (MTDFILEMODE) from <mtd/mtd-user.h> #46448

@lhl2617

Description

@lhl2617

What did you expect to see?

#46063 added most of these consts; however, one const--MTDFILEMODE--did not make it due to an overly strict regex in mkerrors.sh:

...
		$2 ~ /^MTD_/ ||
...

This can be trivially fixed by removing the underscore.

Apologies--I did not catch this in my CL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions