Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932602AbZACH5T (ORCPT ); Sat, 3 Jan 2009 02:57:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750767AbZACH5L (ORCPT ); Sat, 3 Jan 2009 02:57:11 -0500 Received: from vps1.tull.net ([66.180.172.116]:37930 "HELO vps1.tull.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750759AbZACH5K (ORCPT ); Sat, 3 Jan 2009 02:57:10 -0500 From: Nick Andrew Subject: [TRIVIAL PATCH 07/11] Fix misspelling of "firmware" in a100u2w.c To: Trivial Kernel Patches Cc: Linux Kernel Mailing List Date: Sat, 03 Jan 2009 18:56:38 +1100 Message-ID: <20090103075628.27466.93447.stgit@marcab.local> In-Reply-To: <20090103074923.27466.7287.stgit@marcab.local> References: <20090103074923.27466.7287.stgit@marcab.local> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 30 Fix misspelling of "firmware" in a100u2w.c It's spelled "firmware". Signed-off-by: Nick Andrew --- drivers/scsi/a100u2w.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c index 84bb616..07df412 100644 --- a/drivers/scsi/a100u2w.c +++ b/drivers/scsi/a100u2w.c @@ -633,7 +633,7 @@ static int orc_device_reset(struct orc_host * host, struct scsi_cmnd *cmd, unsig return FAILED; } - /* Reset device is handled by the firmare, we fill in an SCB and + /* Reset device is handled by the firmware, we fill in an SCB and fire it at the controller, it does the rest */ scb->opcode = ORC_BUSDEVRST; scb->target = target; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/