git: 18582d3542ad - main - stand: Style nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 May 2025 15:57:23 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=18582d3542adfac6ac3e3d9107ae7442d961951b commit 18582d3542adfac6ac3e3d9107ae7442d961951b Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-05-30 14:14:37 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-05-30 15:56:50 +0000 stand: Style nit Sponsored by: Netflix Reviewed by: chs, tsoome Differential Revision: https://reviews.freebsd.org/D50586 --- stand/common/module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stand/common/module.c b/stand/common/module.c index 0c9dbcb53c2e..ce6d095d4315 100644 --- a/stand/common/module.c +++ b/stand/common/module.c @@ -454,7 +454,8 @@ command_pnpload(int argc, char *argv[]) #if defined(LOADER_FDT_SUPPORT) static void -pnpautoload_fdt_bus(const char *busname) { +pnpautoload_fdt_bus(const char *busname) +{ const char *pnpstring; const char *compatstr; char *pnpinfo = NULL;