You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -75,7 +75,7 @@ struct fcp_cmnd32 {
|
||||
#define FCP_PTA_SIMPLE 0 /* simple task attribute */
|
||||
#define FCP_PTA_HEADQ 1 /* head of queue task attribute */
|
||||
#define FCP_PTA_ORDERED 2 /* ordered task attribute */
|
||||
#define FCP_PTA_ACA 4 /* auto. contigent allegiance */
|
||||
#define FCP_PTA_ACA 4 /* auto. contingent allegiance */
|
||||
#define FCP_PTA_MASK 7 /* mask for task attribute field */
|
||||
#define FCP_PRI_SHIFT 3 /* priority field starts in bit 3 */
|
||||
#define FCP_PRI_RESVD_MASK 0x80 /* reserved bits in priority field */
|
||||
|
||||
@@ -292,7 +292,7 @@ enum iscsi_param {
|
||||
ISCSI_PARAM_PERSISTENT_PORT,
|
||||
ISCSI_PARAM_SESS_RECOVERY_TMO,
|
||||
|
||||
/* pased in through bind conn using transport_fd */
|
||||
/* passed in through bind conn using transport_fd */
|
||||
ISCSI_PARAM_CONN_PORT,
|
||||
ISCSI_PARAM_CONN_ADDRESS,
|
||||
|
||||
|
||||
@@ -260,7 +260,7 @@ struct fcoe_dev_stats {
|
||||
/**
|
||||
* struct fc_seq_els_data - ELS data used for passing ELS specific responses
|
||||
* @reason: The reason for rejection
|
||||
* @explan: The explaination of the rejection
|
||||
* @explan: The explanation of the rejection
|
||||
*
|
||||
* Mainly used by the exchange manager layer.
|
||||
*/
|
||||
@@ -525,7 +525,7 @@ struct libfc_function_template {
|
||||
struct fc_frame *);
|
||||
|
||||
/*
|
||||
* Send an ELS response using infomation from the received frame.
|
||||
* Send an ELS response using information from the received frame.
|
||||
*
|
||||
* STATUS: OPTIONAL
|
||||
*/
|
||||
@@ -663,7 +663,7 @@ struct libfc_function_template {
|
||||
int (*rport_logoff)(struct fc_rport_priv *);
|
||||
|
||||
/*
|
||||
* Recieve a request from a remote port.
|
||||
* Receive a request from a remote port.
|
||||
*
|
||||
* STATUS: OPTIONAL
|
||||
*/
|
||||
@@ -704,7 +704,7 @@ struct libfc_function_template {
|
||||
void *));
|
||||
|
||||
/*
|
||||
* Cleanup the FCP layer, used durring link down and reset
|
||||
* Cleanup the FCP layer, used during link down and reset
|
||||
*
|
||||
* STATUS: OPTIONAL
|
||||
*/
|
||||
|
||||
@@ -52,7 +52,7 @@ struct iscsi_segment {
|
||||
iscsi_segment_done_fn_t *done;
|
||||
};
|
||||
|
||||
/* Socket connection recieve helper */
|
||||
/* Socket connection receive helper */
|
||||
struct iscsi_tcp_recv {
|
||||
struct iscsi_hdr *hdr;
|
||||
struct iscsi_segment segment;
|
||||
|
||||
@@ -265,7 +265,7 @@ int osd_execute_request_async(struct osd_request *or,
|
||||
* @osi - Recievs a more detailed error report information (optional).
|
||||
* @silent - Do not print to dmsg (Even if enabled)
|
||||
* @bad_obj_list - Some commands act on multiple objects. Failed objects will
|
||||
* be recieved here (optional)
|
||||
* be received here (optional)
|
||||
* @max_obj - Size of @bad_obj_list.
|
||||
* @bad_attr_list - List of failing attributes (optional)
|
||||
* @max_attr - Size of @bad_attr_list.
|
||||
|
||||
@@ -46,7 +46,7 @@ struct blk_queue_tags;
|
||||
enum {
|
||||
SCSI_QDEPTH_DEFAULT, /* default requested change, e.g. from sysfs */
|
||||
SCSI_QDEPTH_QFULL, /* scsi-ml requested due to queue full */
|
||||
SCSI_QDEPTH_RAMP_UP, /* scsi-ml requested due to threshhold event */
|
||||
SCSI_QDEPTH_RAMP_UP, /* scsi-ml requested due to threshold event */
|
||||
};
|
||||
|
||||
struct scsi_host_template {
|
||||
|
||||
@@ -192,9 +192,9 @@ struct fc_vport_identifiers {
|
||||
*
|
||||
* This structure exists for each FC port is a virtual FC port. Virtual
|
||||
* ports share the physical link with the Physical port. Each virtual
|
||||
* ports has a unique presense on the SAN, and may be instantiated via
|
||||
* ports has a unique presence on the SAN, and may be instantiated via
|
||||
* NPIV, Virtual Fabrics, or via additional ALPAs. As the vport is a
|
||||
* unique presense, each vport has it's own view of the fabric,
|
||||
* unique presence, each vport has it's own view of the fabric,
|
||||
* authentication privilege, and priorities.
|
||||
*
|
||||
* A virtual port may support 1 or more FC4 roles. Typically it is a
|
||||
@@ -370,7 +370,7 @@ struct fc_rport { /* aka fc_starget_attrs */
|
||||
/*
|
||||
* FC SCSI Target Attributes
|
||||
*
|
||||
* The SCSI Target is considered an extention of a remote port (as
|
||||
* The SCSI Target is considered an extension of a remote port (as
|
||||
* a remote port can be more than a SCSI Target). Within the scsi
|
||||
* subsystem, we leave the Target as a separate entity. Doing so
|
||||
* provides backward compatibility with prior FC transport api's,
|
||||
|
||||
Reference in New Issue
Block a user