From patchwork Thu May 30 10:28:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 247531 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 8BD2F2C0097 for ; Thu, 30 May 2013 20:29:24 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030435Ab3E3K3U (ORCPT ); Thu, 30 May 2013 06:29:20 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:40921 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968221Ab3E3K20 (ORCPT ); Thu, 30 May 2013 06:28:26 -0400 Received: by mail-wg0-f53.google.com with SMTP id m15so66365wgh.20 for ; Thu, 30 May 2013 03:28:24 -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=VlLgeAaO+vSjS4/REhZT/djAS0PpOShzor92t2oENtg=; b=mxMnmwWWt+z71U2agtm2CsX5ej0jlrN1pQ0+TRRprHTQR6gweJChzbd1Ipthcak1YA zIzWmuzMaZFLYFnltDisx/SKa+pPNPXmWz1M7UmId+HcR882tmboUGsBKC9hL/YzombF 6ytSqVbPUUSP5Xyn32an0d5V7L/FWcq+nNiK0sqHm4zgwTdkB5HlyhHybKBZpF9ambnk qUkE1TaS1rmbzDQk6Gs97bZHPBrNfE104KCDZxLIr5ZyUh51VR3b+9xwQVT/zFn+ZuYJ i65Z1FmHmGJ2sqTOw6IpdosaOuud/jNyNQpQjNpDLmGNs/8/8ucRLmBDBQDGOcX7MRUS C63Q== X-Received: by 10.180.109.195 with SMTP id hu3mr4003897wib.13.1369909704926; Thu, 30 May 2013 03:28:24 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id f2sm36893870wiv.11.2013.05.30.03.28.23 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 30 May 2013 03:28:24 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org Cc: Michal Simek , Michal Simek , renner@efe-gmbh.de, Bill Pemberton , Greg Kroah-Hartman , netdev@vger.kernel.org Subject: [PATCH v2 6/6] net: emaclite: Update driver header Date: Thu, 30 May 2013 12:28:08 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmBfgGMwXRsaMzpr30NRnNrNYwphrzNV9ZypW3aXfwiBe1a1hONN+2gv1UZRJc5RVJ6aV7K Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Correct email address and years. Signed-off-by: Michal Simek --- Changes in v2: - s/Corrent/Correct/ in patch description 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 9227ed7..aa14d8a 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