mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
arm ti: Fix a typo in a kernel message
- s/adress/address/ MFC after: 5 days
This commit is contained in:
parent
ee97f198b4
commit
49bf65be44
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue