aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2020-01-08 23:06:13 +0000
committerIan Lepore <ian@FreeBSD.org>2020-01-08 23:06:13 +0000
commite371a9e6cc30e63a240619e1e07c06b5f7305062 (patch)
tree6b6ccab0bdfbb6ced6d7a89d39fbacf736bc49b4
parentca16c2b8de43bf3f87c5071e99d91e2d49f28474 (diff)
downloadsrc-e371a9e6cc30e63a240619e1e07c06b5f7305062.tar.gz
src-e371a9e6cc30e63a240619e1e07c06b5f7305062.zip
Remove some trailing whitespace; no functional changes.
Notes
Notes: svn path=/head/; revision=356526
-rw-r--r--sys/dev/iicbus/mux/iicmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/iicbus/mux/iicmux.c b/sys/dev/iicbus/mux/iicmux.c
index 03e774959dd9..a631f7642a55 100644
--- a/sys/dev/iicbus/mux/iicmux.c
+++ b/sys/dev/iicbus/mux/iicmux.c
@@ -153,7 +153,7 @@ iicmux_intr(device_t dev, int event, char *buf)
/* XXX iicbus_intr() in iiconf.c should return status. */
iicbus_intr(sc->busdev, event, buf);
- return (0);
+ return (0);
}
static int
@@ -213,7 +213,7 @@ iicmux_write(device_t dev, const char *buf, int len, int *bytes, int timeout)
}
/*------------------------------------------------------------------------------
- * iicmux helper functions, called by hardware-specific drivers.
+ * iicmux helper functions, called by hardware-specific drivers.
* All these functions return a standard errno value.
*----------------------------------------------------------------------------*/
@@ -324,7 +324,7 @@ iicmux_attach(device_t dev, device_t busdev, int numbuses)
if ((err = iicmux_attach_children(sc)) != 0)
return (err);
- SYSCTL_ADD_UINT(device_get_sysctl_ctx(sc->dev),
+ SYSCTL_ADD_UINT(device_get_sysctl_ctx(sc->dev),
SYSCTL_CHILDREN(device_get_sysctl_tree(sc->dev)), OID_AUTO,
"debugmux", CTLFLAG_RWTUN, &sc->debugmux, 0, "debug mux operations");