From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.bootlin.com ([62.4.15.54]:40854 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727454AbeKPUKC (ORCPT ); Fri, 16 Nov 2018 15:10:02 -0500 Message-ID: <2866553ef5e5bb293e099ec7c281111e0a6f86dc.camel@bootlin.com> Subject: Re: [PATCH 01/15] ARM: dts: sun8i-a33: Remove heading 0 in video-codec unit address From: Paul Kocialkowski To: Chen-Yu Tsai Cc: Linux Media Mailing List , devicetree , linux-kernel , linux-arm-kernel , devel@driverdev.osuosl.org, Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Maxime Ripard , Greg Kroah-Hartman , linux-sunxi@googlegroups.com, Hans Verkuil , Sakari Ailus , Thomas Petazzoni Date: Fri, 16 Nov 2018 10:59:43 +0100 In-Reply-To: References: <20181115145013.3378-1-paul.kocialkowski@bootlin.com> <20181115145013.3378-2-paul.kocialkowski@bootlin.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: 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