Date: Fri, 27 Jul 2018 22:31:38 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336792 - head/stand/efi/loader Message-ID: <201807272231.w6RMVc8d041344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Fri Jul 27 22:31:38 2018 New Revision: 336792 URL: https://svnweb.freebsd.org/changeset/base/336792 Log: Style nits noted by rpokala Modified: head/stand/efi/loader/main.c Modified: head/stand/efi/loader/main.c ============================================================================== --- head/stand/efi/loader/main.c Fri Jul 27 22:29:20 2018 (r336791) +++ head/stand/efi/loader/main.c Fri Jul 27 22:31:38 2018 (r336792) @@ -365,7 +365,6 @@ match_boot_info(EFI_LOADED_IMAGE *img __unused, char * * path in it. Those show up as various VenHw() nodes * which are basically opaque to us. Don't count those * as something specifc. - * path in it... */ if (last_dp == first_dp) { printf("Ignoring Boot%04x: Only one DP found\n", boot_current); @@ -386,7 +385,7 @@ match_boot_info(EFI_LOADED_IMAGE *img __unused, char * return BAD_CHOICE; } set_currdev_pdinfo(pp); - if (!sanity_check_currdev()){ + if (!sanity_check_currdev()) { printf("Ignoring Boot%04x: sanity check failed\n", boot_current); return BAD_CHOICE; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807272231.w6RMVc8d041344>