CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/12 08:16:04
Modified files:
sys/scsi : cd.c ch.c scsi_base.c scsi_debug.h scsi_ioctl.c
scsiconf.c sd.c st.c uk.c
Log message:
Standardize on calling local scsi_link variables 'link' instead of
'sc_link'. 'sc_link' is a field in the various device *_softc
structures, where the sc_ prefix was for 'softc'. Reduces potential
mental confusion. Newer code from down under was already using
'link'.
No functional change.
Prompted by bluhm@'s adventures in scsi. ok dlg@ jmatthew@