git: 30ae823b2d44 - stable/13 - arm ti: Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 08:59:07 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=30ae823b2d44e35b7e0d719716397175d996073a commit 30ae823b2d44e35b7e0d719716397175d996073a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-02-22 08:43:49 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-02-27 08:58:20 +0000 arm ti: Fix a typo in a kernel message - s/adress/address/ (cherry picked from commit 49bf65be44adc3fbcc64a672530e52afb5cf5555) --- sys/arm/ti/ti_sysc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/ti/ti_sysc.c b/sys/arm/ti/ti_sysc.c index b16158aa5d83..3b1569270c92 100644 --- a/sys/arm/ti/ti_sysc.c +++ b/sys/arm/ti/ti_sysc.c @@ -340,7 +340,7 @@ parse_regfields(struct ti_sysc_softc *sc) { sc->offset_reg[prop_idx] = sc->reg[prop_idx].address - sc->sc.ranges[REG_REV].host; - DPRINTF(sc->dev, "reg[%s] adress %#jx size %#jx\n", + DPRINTF(sc->dev, "reg[%s] address %#jx size %#jx\n", reg_names[idx], sc->reg[prop_idx].address, sc->reg[prop_idx].size);