Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 14:47:50 +0000 (UTC)
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368699 - head/sys/arm64/arm64
Message-ID:  <202012161447.0BGElohm084385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012161447.0BGElohm084385>