Minor style(9) nit. a|b -> a | b.
This commit is contained in:
parent
c800ca26f7
commit
9ee21f0efe
@ -408,7 +408,7 @@ crdwrite(dev_t dev, struct uio *uio, int ioflag)
|
||||
return (EBUSY);
|
||||
mp = &slt->mem[win];
|
||||
oldmap = *mp;
|
||||
mp->flags = slt->rwmem|MDF_ACTIVE;
|
||||
mp->flags = slt->rwmem | MDF_ACTIVE;
|
||||
while (uio->uio_resid && error == 0) {
|
||||
mp->card = uio->uio_offset;
|
||||
mp->size = PCCARD_MEMSIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user