From: Qinghua Jin Date: Fri, 7 Jan 2022 02:22:58 +0000 (+0800) Subject: nvme-fc: fix a typo X-Git-Tag: v6.1-rc5~1621^2~27^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e65b831a1e191caff3fc0d06bc7019cdaf8f868e;p=platform%2Fkernel%2Flinux-starfive.git nvme-fc: fix a typo subsytem -> subsystem Signed-off-by: Qinghua Jin Signed-off-by: Christoph Hellwig --- diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h index cb909ed..5358a5f 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