diff options
| author | skrll <skrll@NetBSD.org> | 2022-04-01 06:51:12 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2022-04-01 06:51:12 +0000 |
| commit | d717482d8de4cdf2b2f7b9d5a6d8dacb6e57308c (patch) | |
| tree | 43944bfd6d7ad6e25877b5407615f9dd19b7159a /sys/dev | |
| parent | 96f859d615e8bcb583447541ff362dee30792764 (diff) | |
Trailing Whitespace
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/efi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/efi.c b/sys/dev/efi.c index d3bb8ed3cb5..14bcc7d7276 100644 --- a/sys/dev/efi.c +++ b/sys/dev/efi.c @@ -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> @@ -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 2021/10/10 14:52:30 jmcneill Exp $"); #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. |
