All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86, iommu: Fix header comments regarding standard and _FINISH macros
@ 2015-04-08 15:46 Aravind Gopalakrishnan
  2015-04-09  7:27 ` Borislav Petkov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Aravind Gopalakrishnan @ 2015-04-08 15:46 UTC (permalink / raw)
  To: mingo, bp; +Cc: tglx, hpa, x86, linux-kernel, konrad.wilk

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 <Aravind.Gopalakrishnan@amd.com>
---
 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-09 10:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 15:46 [PATCH] x86, iommu: Fix header comments regarding standard and _FINISH macros Aravind Gopalakrishnan
2015-04-09  7:27 ` Borislav Petkov
2015-04-09  7:37 ` Ingo Molnar
2015-04-09  7:54   ` Borislav Petkov
2015-04-09  8:02     ` Ingo Molnar
2015-04-09 10:31     ` Konrad Rzeszutek Wilk
2015-04-09 10:38       ` Borislav Petkov
2015-04-09  9:04 ` [tip:x86/cleanups] x86/iommu: " tip-bot for Aravind Gopalakrishnan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.