From patchwork Sun Oct 23 23:38:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Dunlop X-Patchwork-Id: 121258 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 718B11007D5 for ; Mon, 24 Oct 2011 10:45:14 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751994Ab1JWXpJ (ORCPT ); Sun, 23 Oct 2011 19:45:09 -0400 Received: from smtp1.onthe.net.au ([203.22.196.249]:36060 "EHLO smtp1.onthe.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751987Ab1JWXpJ (ORCPT ); Sun, 23 Oct 2011 19:45:09 -0400 X-Greylist: delayed 362 seconds by postgrey-1.27 at vger.kernel.org; Sun, 23 Oct 2011 19:45:09 EDT Received: from localhost (localhost [127.0.0.1]) by smtp1.onthe.net.au (Postfix) with ESMTP id 619E360FAA for ; Mon, 24 Oct 2011 10:39:04 +1100 (EST) Received: from smtp1.onthe.net.au ([127.0.0.1]) by localhost (smtp1.onthe.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nk7eoS9UJ+cy for ; Mon, 24 Oct 2011 10:39:03 +1100 (EST) Received: from o1.office.otn.net.au (unknown [180.148.179.26]) by smtp1.onthe.net.au (Postfix) with ESMTP id C763460DB6 for ; Mon, 24 Oct 2011 10:39:03 +1100 (EST) Received: from achates.office.onthe.net.au (achates.office.onthe.net.au [10.1.32.53]) by o1.office.otn.net.au (Postfix) with ESMTP id A96B87A636 for ; Mon, 24 Oct 2011 10:39:03 +1100 (EST) Received: by achates.office.onthe.net.au (Postfix, from userid 999) id 9E9EB2CE; Mon, 24 Oct 2011 10:39:04 +1100 (EST) Date: Mon, 24 Oct 2011 10:38:18 +1100 From: Chris Dunlop To: linux-ide@vger.kernel.org Subject: [PATCH] sata_sis.c: trivial spelling fix Message-ID: <20111019053337.GA30312@onthe.net.au> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Trivial spelling fix. Signed-off-by: Chris Dunlop --- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/ata/sata_sis.c b/drivers/ata/sata_sis.c index 447d9c0..95ec435 100644 --- a/drivers/ata/sata_sis.c +++ b/drivers/ata/sata_sis.c @@ -104,7 +104,7 @@ static const struct ata_port_info sis_port_info = { }; MODULE_AUTHOR("Uwe Koziolek"); -MODULE_DESCRIPTION("low-level driver for Silicon Integratad Systems SATA controller"); +MODULE_DESCRIPTION("low-level driver for Silicon Integrated Systems SATA controller"); MODULE_LICENSE("GPL"); MODULE_DEVICE_TABLE(pci, sis_pci_tbl); MODULE_VERSION(DRV_VERSION);