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 Fix , -> ; typo in `for'...



details:   https://anonhg.NetBSD.org/src/rev/22ca7abc9a53
branches:  trunk
changeset: 1027832:22ca7abc9a53
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:54:54 2021 +0000

description:
Fix , -> ; typo in `for' header.

diffstat:

 sys/external/bsd/drm2/include/linux/llist.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34ef77cbabfe -r 22ca7abc9a53 sys/external/bsd/drm2/include/linux/llist.h
--- a/sys/external/bsd/drm2/include/linux/llist.h       Sun Dec 19 00:54:46 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/llist.h       Sun Dec 19 00:54:54 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: llist.h,v 1.1 2021/12/19 00:27:36 riastradh Exp $      */
+/*     $NetBSD: llist.h,v 1.2 2021/12/19 00:54:54 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
                    (membar_datadep_consumer(),                               \
                        (TMP) = list_entry((ENTRY)->FIELD.llh_next,           \
                            typeof(*(ENTRY)), FIELD),                         \
-                       1),                                                   \
+                       1);                                                   \
                 (ENTRY) = (TMP))
 
 #endif /* _LINUX_LLIST_H_ */



Home | Main Index | Thread Index | Old Index