diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2017-03-04 12:51:57 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2017-03-04 12:51:57 +0000 |
| commit | 1a1406212b8e0515d7e476176aee8e5ac8681c38 (patch) | |
| tree | 328d1295a78d1d274c3e10df3c2c40a850a4ef61 /sys/dev/ioat | |
| parent | 64a0982bee3db2236df43357e70ce8dddbc21d48 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ioat')
| -rw-r--r-- | sys/dev/ioat/ioat_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ioat/ioat_test.c b/sys/dev/ioat/ioat_test.c index 7fecd489418f..234bad25997c 100644 --- a/sys/dev/ioat/ioat_test.c +++ b/sys/dev/ioat/ioat_test.c @@ -79,7 +79,7 @@ static int g_thread_index = 1; static struct cdev *g_ioat_cdev = NULL; #define ioat_test_log(v, ...) _ioat_test_log((v), "ioat_test: " __VA_ARGS__) -static inline void _ioat_test_log(int verbosity, const char *fmt, ...); +static void _ioat_test_log(int verbosity, const char *fmt, ...); static void ioat_test_transaction_destroy(struct test_transaction *tx) @@ -579,7 +579,7 @@ ioat_test_detach(void) mtx_unlock(&Giant); } -static inline void +static void _ioat_test_log(int verbosity, const char *fmt, ...) { va_list argp; |
