svn commit: r354078 - head/sys/dev/ow

Andriy Gapon avg at FreeBSD.org
Fri Oct 25 15:46:55 UTC 2019


Author: avg
Date: Fri Oct 25 15:46:54 2019
New Revision: 354078
URL: https://svnweb.freebsd.org/changeset/base/354078

Log:
  owc_gpiobus: add missing space in r354077

Modified:
  head/sys/dev/ow/owc_gpiobus.c

Modified: head/sys/dev/ow/owc_gpiobus.c
==============================================================================
--- head/sys/dev/ow/owc_gpiobus.c	Fri Oct 25 15:39:46 2019	(r354077)
+++ head/sys/dev/ow/owc_gpiobus.c	Fri Oct 25 15:46:54 2019	(r354078)
@@ -307,7 +307,7 @@ owc_gpiobus_read_data(device_t dev, struct ow_timing *
 	/* Wait out the rest of t_slot */
 	do {
 		now = sbinuptime();
-	} while (now - then < (t->t_slot + t->t_rec)* SBT_1US);
+	} while (now - then < (t->t_slot + t->t_rec) * SBT_1US);
 
 	RELBUS(sc);
 


More information about the svn-src-all mailing list