Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add whitespace after comma
details: https://anonhg.NetBSD.org/src/rev/b94a26c10665
branches: trunk
changeset: 958561:b94a26c10665
user: ryoon <ryoon%NetBSD.org@localhost>
date: Sun Jan 10 15:50:16 2021 +0000
description:
Add whitespace after comma
diffstat:
sys/dev/usb/uaudio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0ccdab8e0f62 -r b94a26c10665 sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c Sun Jan 10 14:12:48 2021 +0000
+++ b/sys/dev/usb/uaudio.c Sun Jan 10 15:50:16 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $ */
+/* $NetBSD: uaudio.c,v 1.168 2021/01/10 15:50:16 ryoon Exp $ */
/*
* Copyright (c) 1999, 2012 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.168 2021/01/10 15:50:16 ryoon Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1786,7 +1786,7 @@
id->bNumEndpoints);
break;
}
- id = uaudio_find_iface(tbuf, size, &offs,UISUBCLASS_AUDIOSTREAM);
+ id = uaudio_find_iface(tbuf, size, &offs, UISUBCLASS_AUDIOSTREAM);
if (id == NULL)
break;
}
Home |
Main Index |
Thread Index |
Old Index