git: 49bf65be44ad - main - arm ti: Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 08:44:01 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=49bf65be44adc3fbcc64a672530e52afb5cf5555 commit 49bf65be44adc3fbcc64a672530e52afb5cf5555 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-02-22 08:43:49 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-02-22 08:43:49 +0000 arm ti: Fix a typo in a kernel message - s/adress/address/ MFC after: 5 days --- 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 d6e23234b39c..2f6011e3049d 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);