summaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2006-07-13 11:47:36 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2006-07-13 11:47:36 +0000
commit42936f9334d3bec93e20f1be6d2dc742e3cec545 (patch)
tree9b50025beeda8f971870e4ffd871171280bbec01 /sys/dev/random
parent4fd58e10b2747a0287ebc067ae1d538d6a525faa (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c
index 5d6bd6717c50..264f9d594070 100644
--- a/sys/dev/random/probe.c
+++ b/sys/dev/random/probe.c
@@ -56,7 +56,7 @@ random_ident_hardware(struct random_systat *systat)
/* Then go looking for hardware */
#if defined(__i386__) && !defined(PC98)
- if(via_feature_rng & VIA_HAS_RNG) {
+ if (via_feature_rng & VIA_HAS_RNG) {
*systat = random_nehemiah;
}
#endif