Module Name: src Committed By: skrll Date: Fri Apr 1 06:51:12 UTC 2022
Modified Files: src/sys/dev: efi.c Log Message: Trailing Whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/efi.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/dev/efi.c diff -u src/sys/dev/efi.c:1.2 src/sys/dev/efi.c:1.3 --- src/sys/dev/efi.c:1.2 Sun Oct 10 14:52:30 2021 +++ src/sys/dev/efi.c Fri Apr 1 06:51:12 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: efi.c,v 1.2 2021/10/10 14:52:30 jmcneill Exp $ */ +/* $NetBSD: efi.c,v 1.3 2022/04/01 06:51:12 skrll Exp $ */ /*- * Copyright (c) 2021 Jared McNeill <jmcne...@invisible.ca> @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: efi.c,v 1.2 2021/10/10 14:52:30 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: efi.c,v 1.3 2022/04/01 06:51:12 skrll Exp $"); #include <sys/param.h> #include <sys/conf.h> @@ -60,7 +60,7 @@ __KERNEL_RCSID(0, "$NetBSD: efi.c,v 1.2 #include "ioconf.h" -/* +/* * Maximum length of an EFI variable name. The UEFI spec doesn't specify a * constraint, but we want to limit the size to act as a guard rail against * allocating too much kernel memory.