stand/efi: Break stlye rules a little for easier sharing

Break the style rules a little to allow easier sharing between efi and
kboot. This will allow the ifdefs to be fewer in number.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-12-03 17:23:25 -07:00
parent 3f2c1eb5b8
commit aed1e5d332

View File

@ -69,9 +69,10 @@ bi_getboothowto(char *kargs)
{
const char *sw, *tmp;
char *opts;
char *console;
int howto, speed, port;
int speed, port;
char buf[50];
char *console;
int howto;
howto = boot_parse_cmdline(kargs);
howto |= boot_env_to_howto();