Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2025 21:59:11 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5fb044c88574 - main - kboot: format nit
Message-ID:  <202504172159.53HLxBuX002560@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5fb044c88574994647d43f0926819f5986a24aa2

commit 5fb044c88574994647d43f0926819f5986a24aa2
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-04-17 04:03:41 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-04-17 21:56:45 +0000

    kboot: format nit
    
    Deleting trailing newline.
    
    Sponsored by:           Netflix
    Reviewed by:            kevans, andrew, emaste, jhibbits
    Differential Revision:  https://reviews.freebsd.org/D49857
---
 stand/kboot/kboot/arch/aarch64/exec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stand/kboot/kboot/arch/aarch64/exec.c b/stand/kboot/kboot/arch/aarch64/exec.c
index 59ca4b67a4ab..bbb97cc20979 100644
--- a/stand/kboot/kboot/arch/aarch64/exec.c
+++ b/stand/kboot/kboot/arch/aarch64/exec.c
@@ -290,4 +290,3 @@ elf64_obj_exec(struct preloaded_file *fp)
 	    fp->f_name);
 	return (ENOSYS);
 }
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504172159.53HLxBuX002560>