NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/51541: Replace comma with semicolon.



>Number:         51541
>Category:       kern
>Synopsis:       Replace comma with semicolon.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 09 08:45:00 +0000 2016
>Originator:     henning petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Replace comma with semicolon.
Found by cocinelle.
>How-To-Repeat:

>Fix:
diff -u -p -r1.1.1.1 nouveau_engine_disp_dport.c
--- sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_dport.c	6 Aug 2014 12:36:24 -0000	1.1.1.1
+++ sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_dport.c	9 Oct 2016 08:27:27 -0000
@@ -262,7 +262,7 @@ dp_link_train_fini(struct dp_state *dp)
 	};
 
 	/* post-train script */
-	init.offset = dp->info.script[1],
+	init.offset = dp->info.script[1];
 	nvbios_exec(&init);
 }
 



Home | Main Index | Thread Index | Old Index