lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 15 Jan 2012 12:35:59 +0100
From:	Németh Márton <nm127@...email.hu>
To:	"Michael S. Tsirkin" <mst@...hat.com>
CC:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] Resolve the abbreviation PCI BAR

From: Márton Németh <nm127@...email.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@...email.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ