svn commit: r364491 - head/sys/kern

Warner Losh imp at FreeBSD.org
Sat Aug 22 19:18:32 UTC 2020


Author: imp
Date: Sat Aug 22 19:18:31 2020
New Revision: 364491
URL: https://svnweb.freebsd.org/changeset/base/364491

Log:
  Whitespace change to line up dev_sotfc definition.

Modified:
  head/sys/kern/subr_bus.c

Modified: head/sys/kern/subr_bus.c
==============================================================================
--- head/sys/kern/subr_bus.c	Sat Aug 22 19:02:15 2020	(r364490)
+++ head/sys/kern/subr_bus.c	Sat Aug 22 19:18:31 2020	(r364491)
@@ -402,15 +402,15 @@ STAILQ_HEAD(devq, dev_event_info);
 
 static struct dev_softc
 {
-	int	inuse;
-	int	nonblock;
-	int	queued;
-	int	async;
-	struct mtx mtx;
-	struct cv cv;
-	struct selinfo sel;
-	struct devq devq;
-	struct sigio *sigio;
+	int		inuse;
+	int		nonblock;
+	int		queued;
+	int		async;
+	struct mtx	mtx;
+	struct cv	cv;
+	struct selinfo	sel;
+	struct devq	devq;
+	struct sigio	*sigio;
 } devsoftc;
 
 static void	filt_devctl_detach(struct knote *kn);


More information about the svn-src-all mailing list