Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux FENCE_TRACE is __printflike
details: https://anonhg.NetBSD.org/src/rev/192b03e68280
branches: trunk
changeset: 848937:192b03e68280
user: tnn <tnn%NetBSD.org@localhost>
date: Fri Feb 14 18:17:23 2020 +0000
description:
FENCE_TRACE is __printflike
diffstat:
sys/external/bsd/drm2/include/linux/fence.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 161a473a5d45 -r 192b03e68280 sys/external/bsd/drm2/include/linux/fence.h
--- a/sys/external/bsd/drm2/include/linux/fence.h Fri Feb 14 16:47:28 2020 +0000
+++ b/sys/external/bsd/drm2/include/linux/fence.h Fri Feb 14 18:17:23 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fence.h,v 1.15 2018/08/27 14:20:41 riastradh Exp $ */
+/* $NetBSD: fence.h,v 1.16 2020/02/14 18:17:23 tnn Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@
long fence_wait_any_timeout(struct fence **, uint32_t, bool, long);
long fence_wait_timeout(struct fence *, bool, long);
-static inline void
+static inline void __printflike(2, 3)
FENCE_TRACE(struct fence *f, const char *fmt, ...)
{
va_list va;
Home |
Main Index |
Thread Index |
Old Index