]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/proc.c
Bump the API version (the new API is not cast in stone yet, however).
[pciutils.git] / lib / proc.c
index 20f57902b4207507559a9739b68dae2cb958064d..1b44b4e80643831fd6a98689c4924d4c6b2a297d 100644 (file)
@@ -187,7 +187,8 @@ proc_cleanup_dev(struct pci_dev *d)
 }
 
 struct pci_methods pm_linux_proc = {
-  "Linux-proc",
+  "linux-proc",
+  "The proc file system on Linux",
   proc_config,
   proc_detect,
   proc_init,