Fix up the TODO for the deglitching

The TODO for deglitching faults should have referenced a GitHub issue.
The deglitching support will be added with openbmc/openbmc#2484.

Change-Id: Ia963ff6598855faeda5d5db39e6ce066ffcb56c0
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/power-supply/power_supply.cpp b/power-supply/power_supply.cpp
index bc76050..41dc9b6 100644
--- a/power-supply/power_supply.cpp
+++ b/power-supply/power_supply.cpp
@@ -116,7 +116,8 @@
             // Read the 2 byte STATUS_WORD value to check for faults.
             statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug);
 
-            //TODO: 3 consecutive reads should be performed.
+            //TODO: openbmc/openbmc#2484 Three consecutive reads should be
+            // performed.
             // If 3 consecutive reads are seen, log the fault.
             // Driver gives cached value, read once a second.
             // increment for fault on, decrement for fault off, to deglitch.