artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81f110
)
Fix whitespace.
author
patrick
<patrick@openbsd.org>
Fri, 5 Feb 2021 00:13:37 +0000
(
00:13
+0000)
committer
patrick
<patrick@openbsd.org>
Fri, 5 Feb 2021 00:13:37 +0000
(
00:13
+0000)
sys/dev/fdt/exuart.c
patch
|
blob
|
history
diff --git
a/sys/dev/fdt/exuart.c
b/sys/dev/fdt/exuart.c
index
1800d44
..
89532c8
100644
(file)
--- a/
sys/dev/fdt/exuart.c
+++ b/
sys/dev/fdt/exuart.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: exuart.c,v 1.
2 2021/02/05 00:08:26
patrick Exp $ */
+/* $OpenBSD: exuart.c,v 1.
3 2021/02/05 00:13:37
patrick Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@motorola.com>
*
@@
-893,7
+893,7
@@
exuartcnattach(bus_space_tag_t iot, bus_addr_t iobase, int rate, tcflag_t cflag)
};
if (bus_space_map(iot, iobase, 0x100, 0, &exuartconsioh))
-
return ENOMEM;
+ return ENOMEM;
cn_tab = &exuartcons;
cn_tab->cn_dev = makedev(12 /* XXX */, 0);