Add missing description for args

Changes:
Add missing description for keyword arguments

Testing:
NA

Change-Id: Ie75ba980a17a3d49e0eb1e5ca85ba1eb2e8a0201
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/ipmi/test_ipmi_fru_device.robot b/ipmi/test_ipmi_fru_device.robot
index 533a95f..9f325be 100644
--- a/ipmi/test_ipmi_fru_device.robot
+++ b/ipmi/test_ipmi_fru_device.robot
@@ -323,9 +323,9 @@
     [Documentation]  Read FRU data using IPMI raw command.
     [Arguments]  ${fru_id}  ${offset}
 
-   # Description of Argument(s):
-   # fru_id        FRU id.
-   # offset        Offset byte for read FRU command.
+    # Description of Argument(s):
+    # fru_id        FRU id.
+    # offset        Offset byte for read FRU command.
 
     # IPMI Read FRU Data Command.
     # 0xff - Count to read --- count is ‘1’ based
@@ -339,11 +339,11 @@
     [Documentation]  Write FRU data using IPMI raw command.
     [Arguments]  ${fru_id}  ${offset}  ${data}  ${length}
 
-   # Description of Argument(s):
-   # fru_id        FRU id.
-   # offset        Offset byte for read FRU command.
-   # data          Data to write for write FRU command.
-   # length        Count of bytes that gets written in write FRU command.
+    # Description of Argument(s):
+    # fru_id        FRU id.
+    # offset        Offset byte for read FRU command.
+    # data          Data to write for write FRU command.
+    # length        Count of bytes that gets written in write FRU command.
 
     # IPMI Write FRU Data Command.
     ${resp}=  Run IPMI Command