diff options
Diffstat (limited to 'sys/dev/sf')
-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; |