* [PATCH] Resolve the abbreviation PCI BAR
@ 2012-01-15 11:35 Németh Márton
0 siblings, 0 replies; only message in thread
From: Németh Márton @ 2012-01-15 11:35 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: LKML
From: Márton Németh <nm127@freemail.hu>
Resolve the PCI BAR abbreviation as Base Address Registers
in documentation in order not to be confused with the placeholder
names foo and bar.
Signed-off-by: Márton Németh <nm127@freemail.hu>
---
lib/pci_iomap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/pci_iomap.c b/lib/pci_iomap.c
index 4b0fdc2..1c92272 100644
--- a/lib/pci_iomap.c
+++ b/lib/pci_iomap.c
@@ -12,7 +12,7 @@
/**
* pci_iomap - create a virtual mapping cookie for a PCI BAR
* @dev: PCI device that owns the BAR
- * @bar: BAR number
+ * @bar: BAR (Base Address Registers) index, zero based
* @maxlen: length of the memory to map
*
* Using this function you will get a __iomem address to your device BAR.
--
1.7.2.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-15 11:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-15 11:35 [PATCH] Resolve the abbreviation PCI BAR Németh Márton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome