summaryrefslogtreecommitdiffstats
path: root/dns_updater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dns_updater.hpp')
-rw-r--r--dns_updater.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/dns_updater.hpp b/dns_updater.hpp
index 84646c6..32cbb1b 100644
--- a/dns_updater.hpp
+++ b/dns_updater.hpp
@@ -20,8 +20,7 @@ constexpr auto RESOLV_CONF = "/etc/resolv.conf";
* @param[in] inFile - File having DNS entries supplied by DHCP
* @param[in] outFile - File to write the nameserver entries to
*/
-void updateDNSEntries(const fs::path& inFile,
- const fs::path& outFile);
+void updateDNSEntries(const fs::path& inFile, const fs::path& outFile);
/** @brief User callback handler invoked by inotify watcher
*
@@ -35,7 +34,7 @@ inline void processDNSEntries(const fs::path& inFile)
return updateDNSEntries(inFile, RESOLV_CONF);
}
-} // namepsace updater
-} // namepsace dns
+} // namespace updater
+} // namespace dns
} // namespace network
} // namespace phosphor
OpenPOWER on IntegriCloud