pseq: Create dump on runtime pgood failure

Currently no dump is created when a power good failure occurs at
runtime. Add the call to create a dump.

Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Change-Id: I1effbf13f0b2fd234deea96171efa289f9fa2380
diff --git a/phosphor-power-sequencer/src/power_control.hpp b/phosphor-power-sequencer/src/power_control.hpp
index 0670876..f659744 100644
--- a/phosphor-power-sequencer/src/power_control.hpp
+++ b/phosphor-power-sequencer/src/power_control.hpp
@@ -37,8 +37,8 @@
 
     /**
      * Creates a controller object for power on and off.
-     * @param[in] bus D-Bus bus object
-     * @param[in] event event object
+     * @param bus D-Bus bus object
+     * @param event event object
      */
     PowerControl(sdbusplus::bus::bus& bus, const sdeventplus::Event& event);
 
@@ -133,7 +133,7 @@
     static constexpr std::chrono::milliseconds pollInterval{3000};
 
     /**
-     * GPIO line object for power-on / power-off control
+     * GPIO line object for power on / power off control
      */
     gpiod::line powerControlLine;
 
@@ -164,7 +164,7 @@
 
     /**
      * Get the device properties
-     * @param[in] properties A map of property names and values
+     * @param properties A map of property names and values
      */
     void getDeviceProperties(util::DbusPropertyMap& properties);