Module Name: src
Committed By: macallan
Date: Wed Apr 6 17:37:31 UTC 2022
Modified Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
KNF nits, NFC
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/adb/adb_ktm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/adb/adb_ktm.c
diff -u src/sys/dev/adb/adb_ktm.c:1.4 src/sys/dev/adb/adb_ktm.c:1.5
--- src/sys/dev/adb/adb_ktm.c:1.4 Sat Aug 7 16:19:09 2021
+++ src/sys/dev/adb/adb_ktm.c Wed Apr 6 17:37:31 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: adb_ktm.c,v 1.4 2021/08/07 16:19:09 thorpej Exp $ */
+/* $NetBSD: adb_ktm.c,v 1.5 2022/04/06 17:37:31 macallan Exp $ */
/*-
* Copyright (c) 2019 Michael Lorenz
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adb_ktm.c,v 1.4 2021/08/07 16:19:09 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adb_ktm.c,v 1.5 2022/04/06 17:37:31 macallan Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -363,9 +363,9 @@ ktm_ioctl(void *v, u_long cmd, void *dat
break;
default:
- return (EPASSTHROUGH);
+ return EPASSTHROUGH;
}
- return (0);
+ return 0;
}
static void