From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755828AbcFGPg3 (ORCPT ); Tue, 7 Jun 2016 11:36:29 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:50564 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755802AbcFGPg0 (ORCPT ); Tue, 7 Jun 2016 11:36:26 -0400 Date: Tue, 7 Jun 2016 08:35:52 -0700 From: Guenter Roeck To: Neil Armstrong Cc: Wim Van Sebroeck , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH v2 1/3] watchdog: Add Meson GXBB Watchdog Driver Message-ID: <20160607153552.GA2264@roeck-us.net> References: <1464943007-18000-1-git-send-email-narmstrong@baylibre.com> <1464943007-18000-2-git-send-email-narmstrong@baylibre.com> <575316A6.9080403@roeck-us.net> <57552AD9.7040903@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57552AD9.7040903@baylibre.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 09:48:41AM +0200, Neil Armstrong wrote: > Hi Guenter, > [ ... ] > >> + * > >> + * Copyright (c) 2016 BayLibre, SAS. > >> + * Author: Neil Armstrong > >> + * > > Nitpick, but you don't really need the copyright and author lines twice. > > Sorry, but I was asked to use this particular header format since I am not > the copyright holder of this file. > Ok, no problem. Guenter