diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-06 03:32:49 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-06 03:32:49 +0000 |
commit | 0263a1dac5dafb30dcf61eb20131bb1db1ee3e65 (patch) | |
tree | c563db4215175f2eb62b87b6b638a5a6a2785915 /sys/arch | |
parent | 03d6c53c10f60d6445d0905292106dac0b64dcf3 (diff) |
Whitespace removal
Pointed out by Jerome Pinot
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/armv7/armv7_machdep.c | 6 | ||||
-rw-r--r-- | sys/arch/armv7/armv7/armv7_start.S | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/armv7/armv7/armv7_machdep.c b/sys/arch/armv7/armv7/armv7_machdep.c index 11db647cfc2..d792b5e95f8 100644 --- a/sys/arch/armv7/armv7/armv7_machdep.c +++ b/sys/arch/armv7/armv7/armv7_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_machdep.c,v 1.57 2019/04/01 07:00:51 tedu Exp $ */ +/* $OpenBSD: armv7_machdep.c,v 1.58 2019/05/06 03:32:48 mlarkin Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of Genetec Corporation may not be used to endorse or + * 3. The name of Genetec Corporation may not be used to endorse or * promote products derived from this software without specific prior * written permission. * @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * Machine dependant functions for kernel setup for + * Machine dependant functions for kernel setup for * Intel DBPXA250 evaluation board (a.k.a. Lubbock). * Based on iq80310_machhdep.c */ diff --git a/sys/arch/armv7/armv7/armv7_start.S b/sys/arch/armv7/armv7/armv7_start.S index 47160b5c0ac..fe1e25e3a18 100644 --- a/sys/arch/armv7/armv7/armv7_start.S +++ b/sys/arch/armv7/armv7/armv7_start.S @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_start.S,v 1.16 2018/08/06 18:39:13 kettenis Exp $ */ +/* $OpenBSD: armv7_start.S,v 1.17 2019/05/06 03:32:48 mlarkin Exp $ */ /* $NetBSD: lubbock_start.S,v 1.1 2003/06/18 10:51:15 bsh Exp $ */ /* @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of Genetec Corporation may not be used to endorse or + * 3. The name of Genetec Corporation may not be used to endorse or * promote products derived from this software without specific prior * written permission. * @@ -92,9 +92,9 @@ ENTRY(hvc_call) * omap4_smc_call - issues a secure monitor API call * @r0: contains the monitor API number * @r1: contains the value to set - * + * * This function will send a secure monitor call to the internal rom code in - * the trust mode. The rom code expects that r0 will contain the value and + * the trust mode. The rom code expects that r0 will contain the value and * r12 will contain the API number, so internally the function swaps the * register settings around. The trust mode code may also alter all the cpu * registers so everything (including the lr register) is saved on the stack |