Date: Thu, 14 Apr 2022 06:13:34 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c2025adaea19 - stable/13 - iwm(4): Remove a double word in a source code comment Message-ID: <202204140613.23E6DY26054895@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c2025adaea1971784ba4d3f01ca2ba440a02abab commit c2025adaea1971784ba4d3f01ca2ba440a02abab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 09:04:23 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:10:48 +0000 iwm(4): Remove a double word in a source code comment - s/for for/for/ (cherry picked from commit 586023f10d751837fc8a7e41dfedbce2ed243846) --- 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 >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140613.23E6DY26054895>