mirror of https://gitee.com/openkylin/linux.git
scsi: mpt2sas: fix ioctl in comment
Fix 'ioctl' spelling. Signed-off-by: Alex Pilon <alp+linux@alexpilon.ca> Acked-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
68386da82a
commit
565ccde960
|
@ -224,7 +224,7 @@ struct mpt2_ioctl_eventreport {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct mpt2_ioctl_command - generic mpt firmware passthru ioclt
|
* struct mpt2_ioctl_command - generic mpt firmware passthru ioctl
|
||||||
* @hdr - generic header
|
* @hdr - generic header
|
||||||
* @timeout - command timeout in seconds. (if zero then use driver default
|
* @timeout - command timeout in seconds. (if zero then use driver default
|
||||||
* value).
|
* value).
|
||||||
|
|
Loading…
Reference in New Issue