*
  * Initialise and allocate resource for PCI device.
  *
- * @param      pdev    PCI device.
- * @param      id      PCI device ID.
+ * @pdev:      PCI device.
+ * @id:                PCI device ID.
  */
 static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 {
  *
  * Release all device resources.
  *
- * @param      pdev    PCI device to clean up.
+ * @pdev:      PCI device to clean up.
  */
 static void pm2fb_remove(struct pci_dev *pdev)
 {
 
 
 #ifndef MODULE
-/**
+/*
  * Parse user specified options.
  *
  * This is, comma-separated options following `video=pm2fb:'.