Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 23:08:08 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289777 - head/sys/dev/ioat
Message-ID:  <201510222308.t9MN88tE094691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Thu Oct 22 23:08:08 2015
New Revision: 289777
URL: https://svnweb.freebsd.org/changeset/base/289777

Log:
  ioat_test: Add a colon (':') for style
  
  Missed in r289776.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/dev/ioat/ioat_test.c

Modified: head/sys/dev/ioat/ioat_test.c
==============================================================================
--- head/sys/dev/ioat/ioat_test.c	Thu Oct 22 23:03:33 2015	(r289776)
+++ head/sys/dev/ioat/ioat_test.c	Thu Oct 22 23:08:08 2015	(r289777)
@@ -77,7 +77,7 @@ MTX_SYSINIT(ioat_test_lk, &ioat_test_lk,
 static int g_thread_index = 1;
 static struct cdev *g_ioat_cdev = NULL;
 
-#define	ioat_test_log(v, ...)	_ioat_test_log((v), "ioat " __VA_ARGS__)
+#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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510222308.t9MN88tE094691>