summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-04 10:05:45 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-07 19:52:40 +0000
commitfa34e02315bd1397180daaa3377bcb38d7f30d7a (patch)
tree3f88bb9d07ba556ab34680e60fbd834d4f5a2a9d /static
parent76c79df3fca0842ec9dd38f9627913cf5c64001e (diff)
downloadphosphor-bmc-code-mgmt-fa34e02315bd1397180daaa3377bcb38d7f30d7a.tar.gz
phosphor-bmc-code-mgmt-fa34e02315bd1397180daaa3377bcb38d7f30d7a.zip
Clang 6 updates
Just some minor fixes. Change-Id: I000c456e51c62220d7a5fed8100cfc6c13ef9551 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'static')
-rw-r--r--static/flash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/flash.cpp b/static/flash.cpp
index 6fc4563..d06d08c 100644
--- a/static/flash.cpp
+++ b/static/flash.cpp
@@ -8,7 +8,7 @@
namespace
{
constexpr auto PATH_INITRAMFS = "/run/initramfs";
-} // anonymous
+} // namespace
namespace phosphor
{
@@ -40,4 +40,4 @@ void Activation::onStateChanges(sdbusplus::message::message& /*msg*/)
} // namespace updater
} // namespace software
-} // namepsace phosphor
+} // namespace phosphor
OpenPOWER on IntegriCloud