aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:10:24 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:10:24 +0000
commit9c0df1da919df505ee9f2f973b060c077f827d19 (patch)
tree720e09a8203865536dc643052940edf6275bc118 /sys/dev/cfe
parent594dd1ded357ce652172e1c6b6a67d1bfe1467e3 (diff)
Notes
Diffstat (limited to 'sys/dev/cfe')
-rw-r--r--sys/dev/cfe/cfe_api.h2
-rw-r--r--sys/dev/cfe/cfe_error.h1
-rw-r--r--sys/dev/cfe/cfe_ioctl.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cfe/cfe_api.h b/sys/dev/cfe/cfe_api.h
index 6dd851d19aa0..164e2e4da332 100644
--- a/sys/dev/cfe/cfe_api.h
+++ b/sys/dev/cfe/cfe_api.h
@@ -71,7 +71,6 @@
#define cfe_strlen(x) strlen(x)
/* End customization. */
-
/* *********************************************************************
* Constants
********************************************************************* */
@@ -124,7 +123,6 @@ typedef struct {
int64_t fwi_bootarea_size; /* size of boot area */
} cfe_fwinfo_t;
-
/*
* cfe_strlen is handled specially: If already defined, it has been
* overridden in this environment with a standard strlen-like function.
diff --git a/sys/dev/cfe/cfe_error.h b/sys/dev/cfe/cfe_error.h
index d0cb413acd36..27abd75a39f7 100644
--- a/sys/dev/cfe/cfe_error.h
+++ b/sys/dev/cfe/cfe_error.h
@@ -48,7 +48,6 @@
*
********************************************************************* */
-
#define CFE_OK 0
#define CFE_ERR -1 /* generic error */
#define CFE_ERR_INV_COMMAND -2
diff --git a/sys/dev/cfe/cfe_ioctl.h b/sys/dev/cfe/cfe_ioctl.h
index 632c3ac71baa..7d59d62ce39e 100644
--- a/sys/dev/cfe/cfe_ioctl.h
+++ b/sys/dev/cfe/cfe_ioctl.h
@@ -46,7 +46,6 @@
*
********************************************************************* */
-
/* *********************************************************************
* NVFAM and FLASH stuff
********************************************************************* */