Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756822AbdLUAUX (ORCPT ); Wed, 20 Dec 2017 19:20:23 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:43033 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755795AbdLUAUU (ORCPT ); Wed, 20 Dec 2017 19:20:20 -0500 X-Google-Smtp-Source: ACJfBovsr+ynstdyq2lYt9OqUMsCEAwC0wwwRXFm7EXHX+hWTbWkRrzQzOJ6pXcpz5zUpf/hVBdlm1ay1bNjsjz8eD8= MIME-Version: 1.0 In-Reply-To: References: <20171220204517.28313-1-andrew.smirnov@gmail.com> From: Andrey Smirnov Date: Wed, 20 Dec 2017 16:20:18 -0800 Message-ID: Subject: Re: [PATCH v16 0/5] ZII RAVE platform driver To: Philippe Ombredanne Cc: Lee Jones , Pavel Machek , Greg Kroah-Hartman , Chris Healy , Andy Shevchenko , Lucas Stach , Nikita Yushchenko , Guenter Roeck , Rob Herring , Mark Rutland , Johan Hovold , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Sebastian Reichel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 53 On Wed, Dec 20, 2017 at 1:51 PM, Philippe Ombredanne wrote: > Andrey, > > On Wed, Dec 20, 2017 at 9:45 PM, Andrey Smirnov > wrote: >> Everyone: >> >> This patch series is v16 of the driver for supervisory processor found >> on RAVE series of devices from ZII. Supervisory processor is a PIC >> microcontroller connected to various electrical subsystems on RAVE >> devices whose firmware implements protocol to command/qery them. >> >> NOTE: >> >> * This driver dependends on crc_ccitt_false(), added by >> 2da9378d531f8cc6670c7497f20d936b706ab80b in 'linux-next', the patch >> was pulled in by Andrew Morton and is currently avaiting users, so >> this series might have to go in through Andrew's tree >> >> Changes since [v15]: >> >> - Adopted SPDX tags for licensing information per Philippe's >> request > > Thank you for using the SPDX tags: you have my cheerful ack for the > SPDX tags for the whole patch set > > There is one minor problem though: your comment style for the SPDX tag > lines. Check Thomas doc patches and Linus comments on this topic: you > should use // C++ style commnent in .c files and /* */ C-style > comments in .h files. > > e.g. do not use this for a .c file: > >> +++ b/drivers/watchdog/rave-sp-wdt.c >> @@ -0,0 +1,337 @@ >> +/* SPDX-License-Identifier: GPL-2.0+ */ > > But this instead: > >> +++ b/drivers/watchdog/rave-sp-wdt.c >> @@ -0,0 +1,337 @@ >> +// SPDX-License-Identifier: GPL-2.0+ > > > Acked-by: Philippe Ombredanne > OK, good to know, will fix in v17 soon. Thanks, Andrey Smirnov