diff options
author | Naga Venkata Sai Indubhaskar Jupudi <njupudi@ucsc.edu> | 2016-02-09 14:10:16 -0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-29 12:03:19 -0600 |
commit | 6ca7227b3e24e4ba445464779a66558a8b9e0617 (patch) | |
tree | 31d4cb68b3481a322e6de85fcfc1d249a39faec3 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | op-kernel-dev-6ca7227b3e24e4ba445464779a66558a8b9e0617.zip op-kernel-dev-6ca7227b3e24e4ba445464779a66558a8b9e0617.tar.gz |
PCI: Fix broken URL for Dell biosdevname
Dell developed a way to consistently name devices, and their last proposal
was accepted under the name biosdevname. Fix a broken URL to biosdevname
documentation.
Signed-off-by: Naga Venkata Sai Indubhaskar Jupudi <njupudi@ucsc.edu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/pci-label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-label.c b/drivers/pci/pci-label.c index 0ae74d9..5135737 100644 --- a/drivers/pci/pci-label.c +++ b/drivers/pci/pci-label.c @@ -16,7 +16,7 @@ * the instance number and string from the type 41 record and exports * it to sysfs. * - * Please see http://linux.dell.com/wiki/index.php/Oss/libnetdevname for more + * Please see http://linux.dell.com/files/biosdevname/ for more * information. */ |