diff options
author | bms <bms@FreeBSD.org> | 2004-07-05 22:52:01 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-07-05 22:52:01 +0000 |
commit | 2cf04d55ce23499422804bcec2938c18f3b1b32c (patch) | |
tree | 5a7d482185054cc1dbe9abcb1c1990e5c9d71d1c /sys/dev/sf/if_sf.c | |
parent | 2ced1b013504bbb29babc3450e22d2d79b0dc5ca (diff) | |
download | FreeBSD-src-2cf04d55ce23499422804bcec2938c18f3b1b32c.zip FreeBSD-src-2cf04d55ce23499422804bcec2938c18f3b1b32c.tar.gz |
Whitespace nit
Diffstat (limited to 'sys/dev/sf/if_sf.c')
-rw-r--r-- | sys/dev/sf/if_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index df1dad5..67089af 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -1375,7 +1375,7 @@ sf_stop(sc) * between setting the indirect address register and reading from the * indirect data register, the contents of the address register could * be changed out from under us. - */ + */ static void sf_stats_update(xsc) void *xsc; |