From patchwork Sat Sep 27 14:17:23 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jay Cliburn X-Patchwork-Id: 1783 X-Patchwork-Delegate: jgarzik@pobox.com 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.176.167]) by ozlabs.org (Postfix) with ESMTP id 334F2DDDEF for ; Sun, 28 Sep 2008 00:22:46 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752754AbYI0OWi (ORCPT ); Sat, 27 Sep 2008 10:22:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752652AbYI0OWe (ORCPT ); Sat, 27 Sep 2008 10:22:34 -0400 Received: from fmailhost01.isp.att.net ([204.127.217.101]:48401 "EHLO fmailhost01.isp.att.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbYI0OWb (ORCPT ); Sat, 27 Sep 2008 10:22:31 -0400 Received: from osprey.hogchain.net (adsl-251-44-253.jan.bellsouth.net[74.251.44.253]) by isp.att.net (frfwmhc01) with ESMTP id <20080927141724H01000dhjbe>; Sat, 27 Sep 2008 14:17:25 +0000 X-Originating-IP: [74.251.44.253] Received: by osprey.hogchain.net (Postfix, from userid 500) id 7E39316C3E5; Sat, 27 Sep 2008 09:17:23 -0500 (CDT) From: Jay Cliburn To: jeff@garzik.org Cc: csnook@redhat.com, jie.yang@atheros.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jay Cliburn Subject: [PATCH 4/4] atl1: update introductory comments Date: Sat, 27 Sep 2008 09:17:23 -0500 Message-Id: <1222525043-4648-5-git-send-email-jacliburn@bellsouth.net> X-Mailer: git-send-email 1.5.5.1 In-Reply-To: <1222525043-4648-1-git-send-email-jacliburn@bellsouth.net> References: <1222525043-4648-1-git-send-email-jacliburn@bellsouth.net> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Update the driver's introductory comments. Signed-off-by: Jay Cliburn --- drivers/net/atlx/atl1.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 5f157e0..3cf59a7 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c @@ -24,16 +24,12 @@ * file called COPYING. * * Contact Information: - * Xiong Huang - * Attansic Technology Corp. 3F 147, Xianzheng 9th Road, Zhubei, - * Xinzhu 302, TAIWAN, REPUBLIC OF CHINA - * + * Xiong Huang + * Jie Yang * Chris Snook * Jay Cliburn * - * This version is adapted from the Attansic reference driver for - * inclusion in the Linux kernel. It is currently under heavy development. - * A very incomplete list of things that need to be dealt with: + * This version is adapted from the Attansic reference driver. * * TODO: * Add more ethtool functions.