On Thu, Aug 19, 2021 at 12:10:20PM +0200, Krzysztof Kozlowski wrote: > Use common enum instead of oneOf and correct indentation warning: > realtek,rt1015p.yaml:18:7: [warning] wrong indentation: expected 4 but found 6 (indentation) For stuff like this where there's no relationship between the things being patched it's probably better to just send a bunch of individual patches rather than a series, it works better with tooling and makes it clear there's no interdependencies or anything. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.