From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.kocialkowski@bootlin.com (Paul Kocialkowski) Date: Fri, 16 Nov 2018 10:59:43 +0100 Subject: [PATCH 01/15] ARM: dts: sun8i-a33: Remove heading 0 in video-codec unit address In-Reply-To: References: <20181115145013.3378-1-paul.kocialkowski@bootlin.com> <20181115145013.3378-2-paul.kocialkowski@bootlin.com> Message-ID: <2866553ef5e5bb293e099ec7c281111e0a6f86dc.camel@bootlin.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Le jeudi 15 novembre 2018 ? 23:50 +0800, Chen-Yu Tsai a ?crit : > On Thu, Nov 15, 2018 at 10:50 PM Paul Kocialkowski > wrote: > > This cosmetic change removes the heading 0 in the video-codec unit > > address, as it's done for other nodes. > > > > Signed-off-by: Paul Kocialkowski > > Nit: I'd prefer the subject prefix format be ": : ... ", > or "sun8i: a33:" in this case. This format seems to be used more often > than your alternative format. > > I can fix it up when applying. Understood, I will make sure to follow this convention next time. Cheers, Paul > Acked-by: Chen-Yu Tsai > > ChenYu