Module Name:    src
Committed By:   jakllsch
Date:           Tue Jan 17 03:01:39 UTC 2012

Modified Files:
        src/sys/arch/x86/x86: via_padlock.c

Log Message:
drop trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/x86/via_padlock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/via_padlock.c
diff -u src/sys/arch/x86/x86/via_padlock.c:1.17 src/sys/arch/x86/x86/via_padlock.c:1.18
--- src/sys/arch/x86/x86/via_padlock.c:1.17	Mon Nov 28 15:22:41 2011
+++ src/sys/arch/x86/x86/via_padlock.c	Tue Jan 17 03:01:39 2012
@@ -1,5 +1,5 @@
 /*	$OpenBSD: via.c,v 1.8 2006/11/17 07:47:56 tom Exp $	*/
-/*	$NetBSD: via_padlock.c,v 1.17 2011/11/28 15:22:41 tls Exp $ */
+/*	$NetBSD: via_padlock.c,v 1.18 2012/01/17 03:01:39 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2003 Jason Wright
@@ -20,7 +20,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.17 2011/11/28 15:22:41 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.18 2012/01/17 03:01:39 jakllsch Exp $");
 
 #ifdef _KERNEL_OPT
 # include "rnd.h"
@@ -101,7 +101,7 @@ via_c3_rnd(void *arg)
 	 */
 	kpreempt_disable();
 	x86_disable_intr();
-	creg0 = rcr0();	
+	creg0 = rcr0();
 	lcr0(creg0 & ~(CR0_EM|CR0_TS));	/* Permit access to SIMD/FPU path */
 	/*
 	 * Collect the random data from the C3 RNG into our buffer.
@@ -118,7 +118,7 @@ via_c3_rnd(void *arg)
 	rnd_add_data(&sc->sc_rnd_source, buffer, len * sizeof(int),
 		     len * sizeof(int));
 	callout_reset(&sc->sc_rnd_co, sc->sc_rnd_hz, via_c3_rnd, sc);
-}	
+}
 
 static void
 via_c3_rnd_init(struct via_padlock_softc *sc)

Reply via email to