* Re: [PATCH v2] userdiff: Fix some corner cases in dts regex
[not found] ` <4f8e8a13-c41f-558f-18c3-b2bda178a06b@kdbg.org>
@ 2019-10-20 18:27 ` Stephen Boyd
0 siblings, 0 replies; only message in thread
From: Stephen Boyd @ 2019-10-20 18:27 UTC (permalink / raw)
To: Johannes Sixt
Cc: git, Adrian Johnson, Junio C Hamano, devicetree, Rob Herring,
Frank Rowand
Quoting Johannes Sixt (2019-10-16 14:10:09)
> [Removed bouncing addresses of Matthieu Moy and William Duclot from Cc]
>
> Am 16.10.19 um 22:32 schrieb Stephen Boyd:
> > diff --git a/t/t4018/dts-nodes-multiline-prop b/t/t4018/dts-nodes-multiline-prop
> > new file mode 100644
> > index 000000000000..db4b4bdda686
> > --- /dev/null
> > +++ b/t/t4018/dts-nodes-multiline-prop
> > @@ -0,0 +1,14 @@
> > +/ {
> > + label_1: node1@ff00 {
> > + RIGHT@deadf00,4000 {
> > + multilineprop = <3>,
> > +
> > +
> > + <4>;
>
> I was actually thinking about something like
>
> multilineprop = <3>,
> <0xabcd>,
> "text",
> name,
> <4>;
>
> or something like that -- whatever occurs in the real world.
>
Ok sure. I can have a list of numbers that spans four or five lines.
> > +
> > +
> > +
> > + ChangeMe = <0xffeedd00>;
> > + };
> > + };
> > +};
>
> Apart from that, the patch looks good.
>
Cool. I'll resend.
^ permalink raw reply [flat|nested] only message in thread