summaryrefslogtreecommitdiffstats
path: root/ipmid.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-12 16:33:53 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-18 16:58:57 -0500
commitd8249ee08eacba135a98c0d9294b88a1fe116bec (patch)
treed9966cea21f9ee4bf236fb154c041f39ac46ed5d /ipmid.hpp
parentc9fa69ef08e3eeb8e239f68d21419875b32917ae (diff)
downloadphosphor-host-ipmid-d8249ee08eacba135a98c0d9294b88a1fe116bec.tar.gz
phosphor-host-ipmid-d8249ee08eacba135a98c0d9294b88a1fe116bec.zip
Remove trailing spaces
Change-Id: I3a58137b3300fcfe51a4182eb304a1b70885ad30 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'ipmid.hpp')
-rw-r--r--ipmid.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipmid.hpp b/ipmid.hpp
index aab44c0..e0873aa 100644
--- a/ipmid.hpp
+++ b/ipmid.hpp
@@ -14,9 +14,9 @@ ipmi_ret_t ipmi_netfn_router(const ipmi_netfn_t, const ipmi_cmd_t, ipmi_request_
// Plugin libraries can be versioned with suffix .so.*
#define IPMI_PLUGIN_SONAME_EXTN ".so."
-// The BT FIFO in the AST2400 can only handle 64 bytes.
-// Can only allow 63 because the BT interface still
-// needs 1 byte for the length field.
+// The BT FIFO in the AST2400 can only handle 64 bytes.
+// Can only allow 63 because the BT interface still
+// needs 1 byte for the length field.
#define MAX_IPMI_BUFFER 64
extern FILE *ipmiio, *ipmidbus, *ipmicmddetails;
OpenPOWER on IntegriCloud