zap whitespace and tab

This commit is contained in:
purplerain 2023-09-26 19:52:17 +00:00
parent 5b49f88fed
commit 4de47ea988
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
681 changed files with 35748 additions and 35743 deletions

View file

@ -162,7 +162,7 @@ ciss_pci_attach(struct device *parent, struct device *self, void *aux)
if (cfg_bar != CISS_BAR) {
if (pci_mapreg_map(pa, cfg_bar, PCI_MAPREG_TYPE_MEM, 0,
NULL, &sc->cfg_ioh, NULL, &cfgsz, 0)) {
printf(": can't map controller config space\n");
printf(": can't map controller config space\n");
bus_space_unmap(sc->iot, sc->ioh, size);
return;
}