From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH 20/23] memory: omap-gpmc: Fix whitespace issue Date: Thu, 23 Jul 2020 12:08:12 +0200 Message-ID: <20200723100812.GC30472@kozik-lap> References: <20200723073744.13400-1-krzk@kernel.org> <20200723073744.13400-21-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: Olof Johansson , arm-soc , SoC Team , Markus Mayer , bcm-kernel-feedback-list , Florian Fainelli , Santosh Shilimkar , Matthias Brugger , Roger Quadros , Tony Lindgren , Vladimir Zapolskiy , Thierry Reding , Jonathan Hunter , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linux ARM , "moderated list:ARM/Mediatek SoC..." , linux-omap "open list:TEGRA ARCHITECTURE SUPPORT"
  • List-Id: linux-tegra@vger.kernel.org On Thu, Jul 23, 2020 at 11:11:08AM +0200, Arnd Bergmann wrote: > On Thu, Jul 23, 2020 at 9:39 AM Krzysztof Kozlowski wrote: > > > @@ -1756,7 +1756,7 @@ static int gpmc_calc_common_timings(struct gpmc_timings *gpmc_t, > > /* TODO: remove this function once all peripherals are confirmed to > > * work with generic timing. Simultaneously gpmc_cs_set_timings() > > * has to be modified to handle timings in ps instead of ns > > -*/ > > + */ > > This still doesn't follow the normal coding style for multi-line comments. > > I don't think it's worth fixing, but if you think it should be changed, then > make it > > /* > * mult-line comment > * ... > */ Sure, thanks for feedback. Best regards, Krzysztof