On Sun, Sep 24, 2006 at 01:02:53PM -0700, Randy Dunlap wrote: > Do parts of Documentation/scsi/scsi_low_mid_api.txt need to be > updated also? > or are all of these changes outside of the low_mid realm? There's no interface changes at this point. Once we start to get into fixing the FC/SAS drivers, there'll be some documenting to be done. > > +struct async_scan_data * scsi_prep_async_scan(struct Scsi_Host *shost) > > whitespace violation (*scsi_prep_async_scan) Hmm? Wouldn't that be a function pointer? Did you mean to say I should use: struct async_scan_data *scsi_prep_async_scan(struct Scsi_Host *shost) ? I don't particularly mind either way. > and thanks for adding/using kernel-doc. I like it. Documenting an earlier version of the interface made me realise it had bad semantics, so I fixed it rather than try to document its quirks. - 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