svn commit: r328945 - head/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Tue Feb 6 19:14:15 UTC 2018


Author: bz
Date: Tue Feb  6 19:14:15 2018
New Revision: 328945
URL: https://svnweb.freebsd.org/changeset/base/328945

Log:
  Remove a trailing whitspace.

Modified:
  head/sys/sys/bus_dma.h

Modified: head/sys/sys/bus_dma.h
==============================================================================
--- head/sys/sys/bus_dma.h	Tue Feb  6 19:13:44 2018	(r328944)
+++ head/sys/sys/bus_dma.h	Tue Feb  6 19:14:15 2018	(r328945)
@@ -178,7 +178,7 @@ int bus_dma_tag_create(bus_dma_tag_t parent, bus_size_
 
 /*
  * Set the memory domain to be used for allocations.
- * 
+ *
  * Automatic for PCI devices.  Must be set prior to creating maps or
  * allocating memory.
  */


More information about the svn-src-head mailing list