scsi_host.h: update comment on struct scsi_host_template.proc_name Applies on top of patch "add further comments to struct scsi_host_template". Depends on patches "remove usage of proc_name from scsi_host_alloc" and "make proc_name sysfs attribute conditional". Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> --- include/scsi/scsi_host.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.14-git3/include/scsi/scsi_host.h.bak 2005-11-13 16:24:58.000000000 +0100 +++ linux-2.6.14-git3/include/scsi/scsi_host.h 2005-11-13 16:56:47.000000000 +0100 @@ -310,7 +310,7 @@ struct scsi_host_template { * Name of proc directory. Also content of proc_name attribute of * the host's sysfs class device. * - * Status: REQUIRED + * Status: OBSOLETE (REQUIRED if proc_info is provided) */ char *proc_name; - : 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