static void hpsa_slave_destroy(struct scsi_device *sdev)
 {
-       return; /* nothing to do. */
+       /* nothing to do. */
 }
 
 static void hpsa_scsi_setup(struct ctlr_info *h)
        h->ndevices = 0;
        h->scsi_host = NULL;
        spin_lock_init(&h->devlock);
-       return;
 }
 
 static void complete_scsi_command(struct CommandList *cp,
        kfree(inq_buff);
        kfree(physdev_list);
        kfree(logdev_list);
-       return;
 }
 
 /* hpsa_scatter_gather takes a struct scsi_cmnd, (cmd), and does the pci
 #endif                         /* CONFIG_PCI_MSI */
        /* if we get here we're going to use the default interrupt mode */
        h->intr[SIMPLE_MODE_INT] = pdev->irq;
-       return;
 }
 
 static int hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev)