White space cleanups.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-03-22 10:39:34 +00:00
parent f6f59583bf
commit cd72d521e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219864
7 changed files with 18 additions and 18 deletions

View File

@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#define ACTIVEMAP_MAGIC 0xac71e4
struct activemap {
int am_magic; /* Magic value. */
off_t am_mediasize; /* Media size in bytes. */
off_t am_mediasize; /* Media size in bytes. */
uint32_t am_extentsize; /* Extent size in bytes,
must be power of 2. */
uint8_t am_extentshift;/* 2 ^ extentbits == extentsize */

View File

@ -183,7 +183,7 @@ static pthread_mutex_t metadata_lock;
while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \
cv_timedwait(&hio_##name##_list_cond[(ncomp)], \
&hio_##name##_list_lock[(ncomp)], (timeout)); \
if ((timeout) != 0) \
if ((timeout) != 0) \
_last = true; \
} \
if (hio != NULL) { \

View File

@ -65,8 +65,8 @@ __FBSDID("$FreeBSD$");
#include "synch.h"
struct hio {
uint64_t hio_seq;
int hio_error;
uint64_t hio_seq;
int hio_error;
struct nv *hio_nv;
void *hio_data;
uint8_t hio_cmd;