Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 00:54:54 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: llist.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/include/linux/llist.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/llist.h
diff -u src/sys/external/bsd/drm2/include/linux/llist.h:1.1 src/sys/external/bsd/drm2/include/linux/llist.h:1.2
--- src/sys/external/bsd/drm2/include/linux/llist.h:1.1	Sun Dec 19 00:27:36 2021
+++ src/sys/external/bsd/drm2/include/linux/llist.h	Sun Dec 19 00:54:54 2021
@@ -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 @@ llist_del_first(struct llist_head *head)
 		    (membar_datadep_consumer(),				      \
 			(TMP) = list_entry((ENTRY)->FIELD.llh_next,	      \
 			    typeof(*(ENTRY)), FIELD),			      \
-			1),						      \
+			1);						      \
 		 (ENTRY) = (TMP))
 
 #endif	/* _LINUX_LLIST_H_ */

Reply via email to