diff options
| author | Dave Marquardt <davemarq@linux.ibm.com> | 2026-03-24 19:56:25 +0300 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-03-27 23:35:04 +0300 |
| commit | a08d2e05a46f04cb545fd32ec081dfa8330cdd66 (patch) | |
| tree | 1d89800e9aecaa82b0e6d7245f35d24e86811f63 /include | |
| parent | 665fb6a64319412f0b811e7d32b25920a177d0ff (diff) | |
| download | linux-a08d2e05a46f04cb545fd32ec081dfa8330cdd66.tar.xz | |
scsi: fc: Fix typo in fc_els.h
Fixed spelling error in fe_els.h. Change "caause" to "cause".
Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
Link: https://patch.msgid.link/20260324-fix-typo-v1-1-601f4fde35bc@linux.ibm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/scsi/fc/fc_els.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/scsi/fc/fc_els.h b/include/uapi/scsi/fc/fc_els.h index 019096beb179..dca6a28f4e86 100644 --- a/include/uapi/scsi/fc/fc_els.h +++ b/include/uapi/scsi/fc/fc_els.h @@ -1030,7 +1030,7 @@ struct fc_fn_li_desc { */ __be32 event_count; /* minimum number of event * occurrences during the event - * threshold to caause the LI event + * threshold to cause the LI event */ __be32 pname_count; /* number of portname_list elements */ __be64 pname_list[]; /* list of N_Port_Names accessible |
