diff options
author | Dai Shixin <dai.shixin@zte.com.cn> | 2023-01-09 14:35:26 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-11 05:13:22 +0300 |
commit | a6f536063b69102adf3588fbc0bb4f08d6c8cb82 (patch) | |
tree | f03a0933bc045901d149220a6c9b2965ee8b6077 /drivers/net/ethernet/qlogic | |
parent | ef1757ef58467310a285e57e6dbf6cf8314e5080 (diff) | |
download | linux-a6f536063b69102adf3588fbc0bb4f08d6c8cb82.tar.xz |
qed: fix a typo in comment
Fix a typo of "permision" which should be "permission".
Signed-off-by: Dai Shixin <dai.shixin@zte.com.cn>
Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
Link: https://lore.kernel.org/r/202301091935262709751@zte.com.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
-rw-r--r-- | drivers/net/ethernet/qlogic/qed/qed_sriov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.c b/drivers/net/ethernet/qlogic/qed/qed_sriov.c index 0848b5529d48..2bf18748581d 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_sriov.c +++ b/drivers/net/ethernet/qlogic/qed/qed_sriov.c @@ -831,7 +831,7 @@ static int qed_iov_enable_vf_access(struct qed_hwfn *p_hwfn, * @p_hwfn: HW device data. * @p_ptt: PTT window for writing the registers. * @vf: VF info data. - * @enable: The actual permision for this VF. + * @enable: The actual permission for this VF. * * In E4, queue zone permission table size is 320x9. There * are 320 VF queues for single engine device (256 for dual |