git: c59594cb307f - stable/13 - Style

Konstantin Belousov kib at FreeBSD.org
Thu Sep 2 00:53:00 UTC 2021


The branch stable/13 has been updated by kib:

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

commit c59594cb307ff2fe7f41c57b4e2ebdc4f4add04d
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-08-27 14:28:19 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-09-02 00:52:24 +0000

    Style
    
    (cherry picked from commit 31607861e2ea3adae26a4ce3f6fbd61dfbc37894)
---
 sys/i386/i386/elf_machdep.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c
index ef808e65fd9a..1ba0257c2763 100644
--- a/sys/i386/i386/elf_machdep.c
+++ b/sys/i386/i386/elf_machdep.c
@@ -257,6 +257,7 @@ elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data,
 			if (*where != addr)
 				*where = addr;
 			break;
+
 		default:
 			printf("kldload: unexpected relocation type %d, "
 			    "symbol index %d\n", rtype, symidx);


More information about the dev-commits-src-branches mailing list