Module Name: src
Committed By: riastradh
Date: Tue Jan 7 05:36:35 UTC 2025
Modified Files:
src/sys/arch/hppa/dev: summitfb.c
Log Message:
hppa/summitfb(4): Nix trailing whitespace again.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/dev/summitfb.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/arch/hppa/dev/summitfb.c
diff -u src/sys/arch/hppa/dev/summitfb.c:1.27 src/sys/arch/hppa/dev/summitfb.c:1.28
--- src/sys/arch/hppa/dev/summitfb.c:1.27 Mon Jan 6 17:33:28 2025
+++ src/sys/arch/hppa/dev/summitfb.c Tue Jan 7 05:36:35 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: summitfb.c,v 1.27 2025/01/06 17:33:28 macallan Exp $ */
+/* $NetBSD: summitfb.c,v 1.28 2025/01/07 05:36:35 riastradh Exp $ */
/* $OpenBSD: sti_pci.c,v 1.7 2009/02/06 22:51:04 miod Exp $ */
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.27 2025/01/06 17:33:28 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.28 2025/01/07 05:36:35 riastradh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -317,7 +317,7 @@ summitfb_attach(device_t parent, device_
* FX4 is supposed to support resolutions higher than 1280x1024.
* I guess video memory is allocated in 512x512 chunks
*/
- glyphcache_init(&sc->sc_gc,
+ glyphcache_init(&sc->sc_gc,
sc->sc_height,
sc->sc_height,
(sc->sc_width + 511) & (~511),