diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-08-07 16:48:28 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-08-07 16:48:28 +0000 |
| commit | 1a393b6188f7a9dc94fc5de2e02d7fdd4d37d1d6 (patch) | |
| tree | 457f27cef0b5a6ea602afd0c9cc75593432d3129 /sys/dev | |
| parent | c4d9468ea0e627c69802bd0689c93527dc2e2a85 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aac/aac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index dc646c936a3f..d679bc8a8026 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -1299,7 +1299,7 @@ aac_sync_fib(struct aac_softc *sc, u_int32_t command, u_int32_t xferstate, */ if (data != NULL) { KASSERT(datasize <= sizeof(fib->data), - "aac_sync_fib: datasize to large"); + ("aac_sync_fib: datasize to large")); bcopy(data, fib->data, datasize); fib->Header.XferState |= AAC_FIBSTATE_FROMHOST | AAC_FIBSTATE_NORM; } |
