Skip to content

Commit 46eb3c1

Browse files
bjorn-helgaaskuba-moo
authored andcommitted
octeontx2-af: Fix 'physical' typos
Fix misspellings of "physical". Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Willem de Bruijn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1d3f9bb commit 46eb3c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ static int rvu_setup_msix_resources(struct rvu *rvu)
646646
}
647647

648648
/* HW interprets RVU_AF_MSIXTR_BASE address as an IOVA, hence
649-
* create a IOMMU mapping for the physcial address configured by
649+
* create an IOMMU mapping for the physical address configured by
650650
* firmware and reconfig RVU_AF_MSIXTR_BASE with IOVA.
651651
*/
652652
cfg = rvu_read64(rvu, BLKADDR_RVUM, RVU_PRIV_CONST);

drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Marvell OcteonTx2 RVU Physcial Function ethernet driver
2+
/* Marvell OcteonTx2 RVU Physical Function ethernet driver
33
*
44
* Copyright (C) 2020 Marvell.
55
*/

drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Marvell OcteonTx2 RVU Physcial Function ethernet driver
2+
/* Marvell OcteonTx2 RVU Physical Function ethernet driver
33
*
44
* Copyright (C) 2020 Marvell International Ltd.
55
*

0 commit comments

Comments
 (0)