]> err.no Git - linux-2.6/blobdiff - Documentation/scsi/scsi_mid_low_api.txt
[SCSI] remove Scsi_Host_Template typedef
[linux-2.6] / Documentation / scsi / scsi_mid_low_api.txt
index 44df89c9c04964bda448cc072b53f1623caabb71..096a540390926102e16fc8b3e3735b67d4ee5e89 100644 (file)
@@ -346,7 +346,7 @@ Next, there is a movement to "outlaw" typedefs introducing synonyms for
 struct tags. Both can be still found in the SCSI subsystem, but
 the typedefs have been moved to a single file, scsi_typedefs.h to
 make their future removal easier, for example: 
 struct tags. Both can be still found in the SCSI subsystem, but
 the typedefs have been moved to a single file, scsi_typedefs.h to
 make their future removal easier, for example: 
-"typedef struct scsi_host_template Scsi_Host_Template;"
+"typedef struct scsi_cmnd Scsi_Cmnd;"
 
 Also, most C99 enhancements are encouraged to the extent they are supported
 by the relevant gcc compilers. So C99 style structure and array
 
 Also, most C99 enhancements are encouraged to the extent they are supported
 by the relevant gcc compilers. So C99 style structure and array