On Wed, 2009-04-22 at 10:50 -0300, Kleber S. Souza wrote: > @@ -7850,7 +7850,7 @@ static struct pci_driver ipr_driver = { > .name = IPR_NAME, > .id_table = ipr_pci_table, > .probe = ipr_probe, > - .remove = ipr_remove, > + .remove = __devexit_p(ipr_remove), > .shutdown = ipr_shutdown, > .err_handler = &ipr_err_handler, > }; This entire hunk has spaces for tabs. Since it's only one line, I fixed it up manually, but please fix your email tool for next time. Thanks, James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html