Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Trailing whites...
details: https://anonhg.NetBSD.org/src/rev/ae1d83083292
branches: trunk
changeset: 328944:ae1d83083292
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Apr 25 15:49:17 2014 +0000
description:
Trailing whitespace
diffstat:
sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r be4ff5a14d79 -r ae1d83083292 sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c
--- a/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c Fri Apr 25 15:18:06 2014 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c Fri Apr 25 15:49:17 2014 +0000
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vchi_bsd.c,v 1.7 2014/04/12 13:28:41 skrll Exp $
+ * $Id: vchi_bsd.c,v 1.8 2014/04/25 15:49:17 skrll Exp $
*/
#include <sys/types.h>
@@ -281,7 +281,7 @@
static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS];
-static void
+static void
kthread_wrapper(void *data)
{
struct thread_data *slot;
@@ -312,7 +312,7 @@
va_start(ap, namefmt);
vsnprintf(name, sizeof(name), namefmt, ap);
va_end(ap);
-
+
newt = NULL;
if (kthread_create(PRI_NONE, 0, NULL, kthread_wrapper, slot, &newt,
"%s", name) != 0) {
Home |
Main Index |
Thread Index |
Old Index