arm64: Remove a double word in a source code comment

- s/of of/of/

(cherry picked from commit 516e591db1)
This commit is contained in:
Gordon Bergling 2024-04-20 14:06:53 +02:00
parent cdadad917e
commit 4cea50b47d

View file

@ -61,7 +61,7 @@
struct qoriq_dw_pci_cfg { struct qoriq_dw_pci_cfg {
uint32_t pex_pf0_dgb; /* offset of PEX_PF0_DBG register */ uint32_t pex_pf0_dgb; /* offset of PEX_PF0_DBG register */
uint32_t ltssm_bit; /* LSB bit of of LTSSM state field */ uint32_t ltssm_bit; /* LSB bit of LTSSM state field */
}; };
struct qorif_dw_pci_softc { struct qorif_dw_pci_softc {