The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=586023f10d751837fc8a7e41dfedbce2ed243846

commit 586023f10d751837fc8a7e41dfedbce2ed243846
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 09:04:23 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 09:04:23 +0000

    iwm(4): Remove a double word in a source code comment
    
    - s/for for/for/
    
    MFC after:      3 days
---
 sys/dev/iwm/if_iwm_fw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iwm/if_iwm_fw.c b/sys/dev/iwm/if_iwm_fw.c
index 9383fe9dab78..c7cc8702f4e5 100644
--- a/sys/dev/iwm/if_iwm_fw.c
+++ b/sys/dev/iwm/if_iwm_fw.c
@@ -325,7 +325,7 @@ iwm_send_paging_cmd(struct iwm_softc *sc, const struct 
iwm_fw_img *fw)
                .block_num = htole32(sc->num_of_paging_blk),
        };
 
-       /* loop for for all paging blocks + CSS block */
+       /* loop for all paging blocks + CSS block */
        for (blk_idx = 0; blk_idx < sc->num_of_paging_blk + 1; blk_idx++) {
                dev_phy_addr = htole32(
                    sc->fw_paging_db[blk_idx].fw_paging_block.paddr >>

Reply via email to