Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754252AbbDHPqL (ORCPT ); Wed, 8 Apr 2015 11:46:11 -0400 Received: from mail-by2on0117.outbound.protection.outlook.com ([207.46.100.117]:8617 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754014AbbDHPqI (ORCPT ); Wed, 8 Apr 2015 11:46:08 -0400 Authentication-Results: spf=none (sender IP is 165.204.84.221) smtp.mailfrom=amd.com; kernel.org; dkim=none (message not signed) header.d=none; X-WSS-ID: 0NMHVSQ-07-NYT-02 X-M-MSG: From: Aravind Gopalakrishnan To: , CC: , , , , Subject: [PATCH] x86, iommu: Fix header comments regarding standard and _FINISH macros Date: Wed, 8 Apr 2015 10:46:57 -0500 Message-ID: <1428508017-5316-1-git-send-email-Aravind.Gopalakrishnan@amd.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.221;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(428002)(199003)(189002)(87936001)(50466002)(36756003)(77096005)(50986999)(77156002)(62966003)(48376002)(92566002)(229853001)(50226001)(19580395003)(47776003)(106466001)(101416001)(46102003)(53416004)(19580405001)(86362001)(105586002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY2PR02MB1299;H:atltwp01.amd.com;FPR:;SPF:None;MLV:sfv;A:1;MX:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR02MB1299; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002010);SRVR:BY2PR02MB1299;BCL:0;PCL:0;RULEID:;SRVR:BY2PR02MB1299; X-Forefront-PRVS: 0540846A1D X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 08 Apr 2015 15:46:04.9946 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.221];Helo=[atltwp01.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR02MB1299 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1425 Lines: 34 The comment line regarding IOMMU_INIT and IOMMU_INIT_FINISH macros is incorrect: "The standard vs the _FINISH differs in that the _FINISH variant will continue detecting other IOMMUs in the call list..." It should be "..the *standard* variant will continue detecting..." Fix that. Signed-off-by: Aravind Gopalakrishnan --- arch/x86/include/asm/iommu_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/iommu_table.h b/arch/x86/include/asm/iommu_table.h index f42a047..16845d4 100644 --- a/arch/x86/include/asm/iommu_table.h +++ b/arch/x86/include/asm/iommu_table.h @@ -79,7 +79,7 @@ struct iommu_table_entry { * d). Similar to the 'init', except that this gets called from pci_iommu_init * where we do have a memory allocator. * - * The standard vs the _FINISH differs in that the _FINISH variant will + * The standard vs the _FINISH differs in that the standard variant will * continue detecting other IOMMUs in the call list after the * the detection routine returns a positive number. The _FINISH will * stop the execution chain. Both will still call the 'init' and -- 1.9.1 -- 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/