Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Trailing Whitespace
details: https://anonhg.NetBSD.org/src/rev/63d2d0cbd491
branches: trunk
changeset: 364623:63d2d0cbd491
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Apr 01 06:51:12 2022 +0000
description:
Trailing Whitespace
diffstat:
sys/dev/efi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3bb2e2d3c3e6 -r 63d2d0cbd491 sys/dev/efi.c
--- a/sys/dev/efi.c Fri Apr 01 06:49:17 2022 +0000
+++ b/sys/dev/efi.c Fri Apr 01 06:51:12 2022 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
#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.
Home |
Main Index |
Thread Index |
Old Index