mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 00:56:20 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue