diff options
author | delphij <delphij@FreeBSD.org> | 2007-06-28 02:39:31 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-06-28 02:39:31 +0000 |
commit | 66a8b537d639a94a96280be3344f37bf217fa5db (patch) | |
tree | 267f9d5a54aaba24241fcd955cfffbed4dfeee90 /sys/fs/tmpfs/tmpfs_uma.h | |
parent | 17bb881f7553c5ddf257278c108143c2567e52d7 (diff) | |
download | FreeBSD-src-66a8b537d639a94a96280be3344f37bf217fa5db.zip FreeBSD-src-66a8b537d639a94a96280be3344f37bf217fa5db.tar.gz |
Space/style cleanups after last set of commits.
Approved by: re (tmpfs blanket)
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_uma.h')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_uma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/tmpfs/tmpfs_uma.h b/sys/fs/tmpfs/tmpfs_uma.h index 6ed515a..142be78 100644 --- a/sys/fs/tmpfs/tmpfs_uma.h +++ b/sys/fs/tmpfs/tmpfs_uma.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 Rohit Jalan (rohitj@purpe.com) + * Copyright (c) 2007 Rohit Jalan (rohitj@purpe.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ struct tmpfs_str_zone { uma_zone_t tsz_zone[TMPFS_STRZONE_ZONECOUNT]; }; -void tmpfs_str_zone_create(struct tmpfs_str_zone *); +void tmpfs_str_zone_create(struct tmpfs_str_zone *); void tmpfs_str_zone_destroy(struct tmpfs_str_zone *); static __inline char* |