Hi! > > > + if (sht->shutdown) > > > + sht->shutdown(sdev); > > > +} > > > + > > > struct bus_type scsi_bus_type = { > > > .name = "scsi", > > > .match = scsi_bus_match, > > > .suspend = scsi_bus_suspend, > > > .resume = scsi_bus_resume, > > > + .shutdown = scsi_bus_shutdown, > > > }; > > > > Whitespace? > > Not a problem in my addition. Are you requesting me to fix > the other lines? Ahha, sorry, I seen wrong whitespace, and did not realize it was there already. Yes, it would be nice to to fix whitespace around modifications. ...and sorry about all the comments about added debugging. I did not realize Jeff actually wants it that way. (I seriously dislike excessive debugging in ACPI case.) Pavel -- Web maintainer for suspend.sf.net (www.sf.net/projects/suspend) wanted... - : 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