diff options
author | Qinghua Jin <qhjin.dev@gmail.com> | 2022-01-07 05:22:58 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-02-28 14:45:04 +0300 |
commit | e65b831a1e191caff3fc0d06bc7019cdaf8f868e (patch) | |
tree | c28bfea73892d85f7f322b1435bd14710bd283d7 /include/linux/nvme-fc-driver.h | |
parent | df00b1d26c3c3ff9dae4b572a6ad878ab65334e1 (diff) | |
download | linux-e65b831a1e191caff3fc0d06bc7019cdaf8f868e.tar.xz |
nvme-fc: fix a typo
subsytem -> subsystem
Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/nvme-fc-driver.h')
-rw-r--r-- | include/linux/nvme-fc-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h index cb909edb76c4..5358a5facdee 100644 --- a/include/linux/nvme-fc-driver.h +++ b/include/linux/nvme-fc-driver.h @@ -721,7 +721,7 @@ enum { * * Fields with static values for the port. Initialized by the * port_info struct supplied to the registration call. - * @port_num: NVME-FC transport subsytem port number + * @port_num: NVME-FC transport subsystem port number * @node_name: FC WWNN for the port * @port_name: FC WWPN for the port * @private: pointer to memory allocated alongside the local port |