Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754098Ab3E3Ma7 (ORCPT ); Thu, 30 May 2013 08:30:59 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:7933 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753248Ab3E3Mau convert rfc822-to-8bit (ORCPT ); Thu, 30 May 2013 08:30:50 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 30 May 2013 05:30:33 -0700 From: Venu Byravarasu To: Michal Simek , "linux-kernel@vger.kernel.org" CC: Michal Simek , Wim Van Sebroeck , "linux-watchdog@vger.kernel.org" Date: Thu, 30 May 2013 18:00:45 +0530 Subject: RE: [PATCH 1/3] watchdog: xilinx: Fix driver header Thread-Topic: [PATCH 1/3] watchdog: xilinx: Fix driver header Thread-Index: Ac5dMPI91odGMh3mQeSXBHVbGbwbSQAAFTnw Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1659 Lines: 48 > -----Original Message----- > From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel- > owner@vger.kernel.org] On Behalf Of Michal Simek > Sent: Thursday, May 30, 2013 5:56 PM > To: linux-kernel@vger.kernel.org > Cc: Michal Simek; Michal Simek; Wim Van Sebroeck; linux- > watchdog@vger.kernel.org > Subject: [PATCH 1/3] watchdog: xilinx: Fix driver header > > * PGP Signed by an unknown key > > - Remove reference for IP version > - Fix header coding style > - Remove notes which are visible from the code > - Fix driver license according to header > > Signed-off-by: Michal Simek > --- > drivers/watchdog/of_xilinx_wdt.c | 30 ++++++++++-------------------- > 1 file changed, 10 insertions(+), 20 deletions(-) > > diff --git a/drivers/watchdog/of_xilinx_wdt.c > b/drivers/watchdog/of_xilinx_wdt.c > index 2761ddb..d4a35ab 100644 > --- a/drivers/watchdog/of_xilinx_wdt.c > +++ b/drivers/watchdog/of_xilinx_wdt.c > @@ -1,23 +1,13 @@ > /* > -* of_xilinx_wdt.c 1.01 A Watchdog Device Driver for Xilinx > xps_timebase_wdt > -* > -* (C) Copyright 2011 (Alejandro Cabrera ) > -* > -* ----------------------- > -*/ > + * Watchdog Device Driver for Xilinx axi/xps_timebase_wdt > + * > + * (C) Copyright 2011 (Alejandro Cabrera ) Should year not be updated? > + * > + * This program is free software; you can redistribute it and/or -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/