From patchwork Wed May 29 15:33:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 247285 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CA27F2C034D for ; Thu, 30 May 2013 01:34:11 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966840Ab3E2Pdt (ORCPT ); Wed, 29 May 2013 11:33:49 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:38268 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966824Ab3E2Pdr (ORCPT ); Wed, 29 May 2013 11:33:47 -0400 Received: by mail-wg0-f49.google.com with SMTP id y10so6844619wgg.16 for ; Wed, 29 May 2013 08:33:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:content-type:x-gm-message-state; bh=jRBsIfURmeyGhm/I76qtgPDWcxfqa4JI6JedbnL7QNs=; b=RxM+PfjzYM5UGHuOO+URpgVdA+dSvdzQ1DO3Vba+LEj6FOCcDhSdUUhKXFao6ifLE5 JtWF5I0XlDt9rLcZg+w3UHEwAhZ2AzL9QOWABIyjITJPf9JyFJ839yEjsGicKDk8DRri /s4xsQobKFVQ+wQmxi3cCLDzl9qmx3UziyBss4IQ9/BT2fA1qCGIt5Hr5lJEq344ht9G 8yYlysNV6SCGqqxsURBC3d8yK0sizj03JiGP1Se+h69hhJCKaP1ZWkxhQ5w0PPFQ/Qbe sDO5wkP0kRi5RjLIUwuez6MJr5m8cTpgcSTy2sFm66r1HwophQmrLLYxSa9LTAKxfemq QkpA== X-Received: by 10.180.39.233 with SMTP id s9mr1911185wik.25.1369841626220; Wed, 29 May 2013 08:33:46 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id ff10sm31899653wib.10.2013.05.29.08.33.45 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 29 May 2013 08:33:45 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org Cc: Michal Simek , Michal Simek , Bill Pemberton , Greg Kroah-Hartman , netdev@vger.kernel.org Subject: [PATCH 11/11] net: emaclite: Update driver header Date: Wed, 29 May 2013 17:33:11 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.3 In-Reply-To: <131c9262c3094ee3c664bd729a66e0709ceae82c.1369841519.git.michal.simek@xilinx.com> References: <131c9262c3094ee3c664bd729a66e0709ceae82c.1369841519.git.michal.simek@xilinx.com> In-Reply-To: <131c9262c3094ee3c664bd729a66e0709ceae82c.1369841519.git.michal.simek@xilinx.com> References: <131c9262c3094ee3c664bd729a66e0709ceae82c.1369841519.git.michal.simek@xilinx.com> X-Gm-Message-State: ALoCoQmV8uO9TvhHc+m0sp+EGAGK+vAVVOvmeizYKcW7rh8b49EpKS5QPjQFQ+hG6S83kS7V0KF1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Corrent email address and years. Signed-off-by: Michal Simek --- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.2.3 diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/net/ethernet/xilinx/xilinx_emaclite.c index 0d8515b..af12314 100644 --- a/drivers/net/ethernet/xilinx/xilinx_emaclite.c +++ b/drivers/net/ethernet/xilinx/xilinx_emaclite.c @@ -2,9 +2,9 @@ * Xilinx EmacLite Linux driver for the Xilinx Ethernet MAC Lite device. * * This is a new flat driver which is based on the original emac_lite - * driver from John Williams . + * driver from John Williams . * - * 2007-2009 (c) Xilinx, Inc. + * 2007 - 2013 (c) Xilinx, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the