diff options
Diffstat (limited to 'include/scsi/scsi_transport_fc.h')
-rw-r--r-- | include/scsi/scsi_transport_fc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index f91c5358af3..0b11eff989e 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h | |||
@@ -555,7 +555,7 @@ u32 fc_get_event_number(void); | |||
555 | void fc_host_post_event(struct Scsi_Host *shost, u32 event_number, | 555 | void fc_host_post_event(struct Scsi_Host *shost, u32 event_number, |
556 | enum fc_host_event_code event_code, u32 event_data); | 556 | enum fc_host_event_code event_code, u32 event_data); |
557 | void fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, | 557 | void fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, |
558 | u32 data_len, char * data_buf, u32 vendor_id); | 558 | u32 data_len, char * data_buf, u64 vendor_id); |
559 | /* Note: when specifying vendor_id to fc_host_post_vendor_event() | 559 | /* Note: when specifying vendor_id to fc_host_post_vendor_event() |
560 | * be sure to read the Vendor Type and ID formatting requirements | 560 | * be sure to read the Vendor Type and ID formatting requirements |
561 | * specified in scsi_netlink.h | 561 | * specified in scsi_netlink.h |