From patchwork Thu Dec 30 23:07:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 77023 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 69BC81007D4 for ; Fri, 31 Dec 2010 10:08:13 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752281Ab0L3XII (ORCPT ); Thu, 30 Dec 2010 18:08:08 -0500 Received: from mail-gw0-f46.google.com ([74.125.83.46]:64019 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967Ab0L3XIF (ORCPT ); Thu, 30 Dec 2010 18:08:05 -0500 Received: by gwj20 with SMTP id 20so5484626gwj.19 for ; Thu, 30 Dec 2010 15:08:03 -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=B4noGj6ZvQjk+68uNLiPtRbNe6tseHAMHFhgneXj+Ss=; b=AsG79fOjp2GdXA6RDWzj5Yc/wOlX99DJSLX3dJrK8WcTOHyEFkWjiyMEhUp3SHLwJP HsxwRiKxgo5lN31Qdrp2MU7Ofv+K40NBbT51VBUxspc35+RHcUMy48Eviweu8qIjNMiI AXNJ3iBx9A9+Xh14IF2pLV/9M0O+eCwR+MK6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Voss64lOxYFG73f2PnnBpEW6i2LvV5y5FLwSTufahThlz66ReTrQSW4dKqxwQL41+A tRHrw0sXzvSOcBNd9vJPW5DYI/WYT0CgCmZBkZy1bRrBcaVVE9fl32VHpSm2F83zaUQt rcrgj28Y/E2xcMFsqdHSpJMRIIRYkceqinPEs= Received: by 10.236.110.173 with SMTP id u33mr20090044yhg.46.1293750483869; Thu, 30 Dec 2010 15:08:03 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id z23sm5611318yhc.24.2010.12.30.15.07.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 15:08:03 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, spi-devel-general@lists.sourceforge.net, devel@driverdev.osuosl.org, linux-usb@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable. Date: Thu, 30 Dec 2010 15:07:50 -0800 Message-Id: <1293750484-1161-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 The below patch fixes a typo "diable" to "disable". Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock Acked-by: Geert Uytterhoeven --- arch/m68k/ifpsp060/src/fpsp.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/m68k/ifpsp060/src/fpsp.S b/arch/m68k/ifpsp060/src/fpsp.S index 73613b5..26e85e2 100644 --- a/arch/m68k/ifpsp060/src/fpsp.S +++ b/arch/m68k/ifpsp060/src/fpsp.S @@ -3881,7 +3881,7 @@ _fpsp_fline: # FP Unimplemented Instruction stack frame and jump to that entry # point. # -# but, if the FPU is disabled, then we need to jump to the FPU diabled +# but, if the FPU is disabled, then we need to jump to the FPU disabled # entry point. movc %pcr,%d0 btst &0x1,%d0