Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] mpt2sas: spell "primitive" correctly in function prototype

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: "Nandigama, Nagalakshmi" <Nagalakshmi.Nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Andrew Morton and committed by
James Bottomley
a78e21dc 4fe74b1c

+3 -3
+3 -3
drivers/scsi/mpt2sas/mpt2sas_scsih.c
··· 5744 5744 } 5745 5745 5746 5746 /** 5747 - * _scsih_sas_broadcast_primative_event - handle broadcast events 5747 + * _scsih_sas_broadcast_primitive_event - handle broadcast events 5748 5748 * @ioc: per adapter object 5749 5749 * @fw_event: The fw_event_work object 5750 5750 * Context: user. ··· 5752 5752 * Return nothing. 5753 5753 */ 5754 5754 static void 5755 - _scsih_sas_broadcast_primative_event(struct MPT2SAS_ADAPTER *ioc, 5755 + _scsih_sas_broadcast_primitive_event(struct MPT2SAS_ADAPTER *ioc, 5756 5756 struct fw_event_work *fw_event) 5757 5757 { 5758 5758 struct scsi_cmnd *scmd; ··· 7263 7263 fw_event); 7264 7264 break; 7265 7265 case MPI2_EVENT_SAS_BROADCAST_PRIMITIVE: 7266 - _scsih_sas_broadcast_primative_event(ioc, 7266 + _scsih_sas_broadcast_primitive_event(ioc, 7267 7267 fw_event); 7268 7268 break; 7269 7269 case MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE: