git: 4cea50b47df8 - stable/13 - arm64: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 23 Apr 2024 05:27:10 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=4cea50b47df8dc1cddeed5237492fc3f4e256c1f

commit 4cea50b47df8dc1cddeed5237492fc3f4e256c1f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 12:06:53 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-23 05:26:42 +0000

    arm64: Remove a double word in a source code comment
    
    - s/of of/of/
    
    (cherry picked from commit 516e591db11a29c7bb3d8135a94530b27b94f91d)
---
 sys/arm64/qoriq/qoriq_dw_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c
index 38005ec44c95..4e80ef66c7b7 100644
--- a/sys/arm64/qoriq/qoriq_dw_pci.c
+++ b/sys/arm64/qoriq/qoriq_dw_pci.c
@@ -61,7 +61,7 @@
 
 struct qoriq_dw_pci_cfg {
 	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 {