Message ID | 20210819101020.26368-1-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: panel: ili9341: correct indentation | expand |
On Thu, 19 Aug 2021 12:10:19 +0200, Krzysztof Kozlowski wrote: > Correct indentation warning: > ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [2/2] dt-bindings: sound: rt1015p: correct indentation commit: 0aeb17d1728257f29131a290f0cc8e281cc7274c All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
Hi Mark, On Mon, Aug 23, 2021 at 06:37:55PM +0100, Mark Brown wrote: > On Thu, 19 Aug 2021 12:10:19 +0200, Krzysztof Kozlowski wrote: > > Correct indentation warning: > > ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next > > Thanks! > > [2/2] dt-bindings: sound: rt1015p: correct indentation > commit: 0aeb17d1728257f29131a290f0cc8e281cc7274c I am confused here. Did you apply both patches or only the one touching sound? I will pick up the panel patch otherwise. Sam
On Mon, Aug 23, 2021 at 09:38:56PM +0200, Sam Ravnborg wrote: > On Mon, Aug 23, 2021 at 06:37:55PM +0100, Mark Brown wrote: > > [2/2] dt-bindings: sound: rt1015p: correct indentation > > commit: 0aeb17d1728257f29131a290f0cc8e281cc7274c > I am confused here. > Did you apply both patches or only the one touching sound? > I will pick up the panel patch otherwise. Only the second patch, it's the only one listed above and the subject says subset.
On Thu, Aug 19, 2021 at 12:10:19PM +0200, Krzysztof Kozlowski wrote: > Correct indentation warning: > ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Thanks, applied to drm-misc-next, and the patch will show up in -next in one to two weeks. Sam
On Mon, Aug 23, 2021 at 3:11 PM Sam Ravnborg <sam@ravnborg.org> wrote: > > On Thu, Aug 19, 2021 at 12:10:19PM +0200, Krzysztof Kozlowski wrote: > > Correct indentation warning: > > ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > Thanks, applied to drm-misc-next, and the patch will show up in -next in > one to two weeks. This needs to go in fixes as it looks like commit 7dbdce806268 ("dt-bindings: display: panel: Add ilitek ili9341 panel bindings") is queued for 5.15. Rob
diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml index 2ed010f91e2d..20ce88ab4b3a 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml @@ -22,7 +22,7 @@ properties: items: - enum: # ili9341 240*320 Color on stm32f429-disco board - - st,sf-tc240t-9370-t + - st,sf-tc240t-9370-t - const: ilitek,ili9341 reg: true
Correct indentation warning: ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- .../devicetree/bindings/display/panel/ilitek,ili9341.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)