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>
This commit is contained in:
parent
ef1757ef58
commit
a6f536063b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue