From patchwork Fri Dec 31 17:38:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 77093 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 3B94DB6EEB for ; Sat, 1 Jan 2011 04:39:57 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753886Ab0LaRif (ORCPT ); Fri, 31 Dec 2010 12:38:35 -0500 Received: from mail-pv0-f194.google.com ([74.125.83.194]:34117 "EHLO mail-pv0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753871Ab0LaRid (ORCPT ); Fri, 31 Dec 2010 12:38:33 -0500 Received: by pva18 with SMTP id 18so1853619pva.1 for ; Fri, 31 Dec 2010 09:38:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=Ag7dVDTZ5Pl0YFUtAloI7IRrbAIo+Kk/D4QbZwRd4+s=; b=D+7NLSn85xnhzu99lK069jTWbafOulG+h8rOKpGhZE5k6F3QvaWZ9uTjfAVQwXW5iY czs96OHa3+XiYFmx1HrJxCyfyAwikFrkJDtKcui4Y91FL7sZa0RJgDSrbakRbBIR9c+M 1Th0vNI3C6H30gXzGa5alrIjJV38Xi1xyHx78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ue7bxWX0Di8ai6Whx3aryrxJz7Vjfxx0cLuECdl6FS2A0dYt5uENkhdf8reuaoE/xD kyGRQxCuhGT/xKBw4LslTQGHQepD1T/B6zc72Uif+SJJrLZYQfY50dx8UWZBUP9O2Ufx T3K1IrVYySSTGlGH6QZGkA2TmyFWeXX+PNnYQ= Received: by 10.142.47.13 with SMTP id u13mr14227667wfu.337.1293817113418; Fri, 31 Dec 2010 09:38:33 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id o1sm294980wfl.2.2010.12.31.09.38.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Dec 2010 09:38:32 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 2/7] net/sungem.h Typo change desciptor to descriptor. Date: Fri, 31 Dec 2010 09:38:44 -0800 Message-Id: <1293817124-7980-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Below is a patch, that changes a typo from "desciptor" to "descriptor". Let me know if I missed anything. Signed-off-by: Justin P. Mattock --- drivers/net/sungem.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/sungem.h b/drivers/net/sungem.h index 1990546..bfb6683 100644 --- a/drivers/net/sungem.h +++ b/drivers/net/sungem.h @@ -843,7 +843,7 @@ struct gem_txd { /* GEM requires that RX descriptors are provided four at a time, * aligned. Also, the RX ring may not wrap around. This means that - * there will be at least 4 unused desciptor entries in the middle + * there will be at least 4 unused descriptor entries in the middle * of the RX ring at all times. * * Similar to HME, GEM assumes that it can write garbage bytes before