diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-27 22:17:33 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-27 22:17:33 +0000 |
commit | 4f19797495f2f5ddfbe1af5570650638f573fcf9 (patch) | |
tree | 15675fc41efd5a6c943f434da7164631151ecb7b /sys/dev/ic/bwivar.h | |
parent | 79c848159252bf44638153cf28dae39cc4ca26eb (diff) |
Spacing.
Diffstat (limited to 'sys/dev/ic/bwivar.h')
-rw-r--r-- | sys/dev/ic/bwivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bwivar.h b/sys/dev/ic/bwivar.h index 74b89f09cf9..31f3ef6b65f 100644 --- a/sys/dev/ic/bwivar.h +++ b/sys/dev/ic/bwivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bwivar.h,v 1.15 2007/09/27 22:10:25 mglocker Exp $ */ +/* $OpenBSD: bwivar.h,v 1.16 2007/09/27 22:17:32 mglocker Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -635,7 +635,7 @@ static __inline void bwi_rf_off(struct bwi_mac *_mac) { _mac->mac_rf.rf_off(_mac); - /* TODO:LED */ + /* TODO: LED */ _mac->mac_rf.rf_flags &= ~BWI_RF_F_ON; } |