svn commit: r368699 - head/sys/arm64/arm64

Jessica Clarke jrtc27 at FreeBSD.org
Wed Dec 16 14:47:50 UTC 2020


Author: jrtc27
Date: Wed Dec 16 14:47:49 2020
New Revision: 368699
URL: https://svnweb.freebsd.org/changeset/base/368699

Log:
  Fix whitespace in comment modified by r368697

Modified:
  head/sys/arm64/arm64/busdma_bounce.c

Modified: head/sys/arm64/arm64/busdma_bounce.c
==============================================================================
--- head/sys/arm64/arm64/busdma_bounce.c	Wed Dec 16 14:39:24 2020	(r368698)
+++ head/sys/arm64/arm64/busdma_bounce.c	Wed Dec 16 14:47:49 2020	(r368699)
@@ -442,7 +442,7 @@ bounce_bus_dmamap_create(bus_dma_tag_t dmat, int flags
 	bz = dmat->bounce_zone;
 
 	/*
-	 * Attempt to add pages to our pool on a per-instancebasis up to a sane
+	 * Attempt to add pages to our pool on a per-instance basis up to a sane
 	 * limit. Even if the tag isn't subject of bouncing due to alignment
 	 * and boundary constraints, it could still auto-bounce due to
 	 * cacheline alignment, which requires at most two bounce pages.


More information about the svn-src-head mailing list