Date: Tue, 1 Sep 2020 22:10:24 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365216 - head/sys/dev/cfe Message-ID: <202009012210.081MAOuT056731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjg Date: Tue Sep 1 22:10:24 2020 New Revision: 365216 URL: https://svnweb.freebsd.org/changeset/base/365216 Log: cfe: clean up empty lines in .c and .h files Modified: head/sys/dev/cfe/cfe_api.h head/sys/dev/cfe/cfe_error.h head/sys/dev/cfe/cfe_ioctl.h Modified: head/sys/dev/cfe/cfe_api.h ============================================================================== --- head/sys/dev/cfe/cfe_api.h Tue Sep 1 22:10:11 2020 (r365215) +++ head/sys/dev/cfe/cfe_api.h Tue Sep 1 22:10:24 2020 (r365216) @@ -71,7 +71,6 @@ #define cfe_strlen(x) strlen(x) /* End customization. */ - /* ********************************************************************* * Constants ********************************************************************* */ @@ -123,7 +122,6 @@ typedef struct { int64_t fwi_bootarea_pa; /* PA of boot area */ int64_t fwi_bootarea_size; /* size of boot area */ } cfe_fwinfo_t; - /* * cfe_strlen is handled specially: If already defined, it has been Modified: head/sys/dev/cfe/cfe_error.h ============================================================================== --- head/sys/dev/cfe/cfe_error.h Tue Sep 1 22:10:11 2020 (r365215) +++ head/sys/dev/cfe/cfe_error.h Tue Sep 1 22:10:24 2020 (r365216) @@ -48,7 +48,6 @@ * ********************************************************************* */ - #define CFE_OK 0 #define CFE_ERR -1 /* generic error */ #define CFE_ERR_INV_COMMAND -2 Modified: head/sys/dev/cfe/cfe_ioctl.h ============================================================================== --- head/sys/dev/cfe/cfe_ioctl.h Tue Sep 1 22:10:11 2020 (r365215) +++ head/sys/dev/cfe/cfe_ioctl.h Tue Sep 1 22:10:24 2020 (r365216) @@ -46,7 +46,6 @@ * ********************************************************************* */ - /* ********************************************************************* * NVFAM and FLASH stuff ********************************************************************* */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012210.081MAOuT056731>