Fix incorrect documentation for keyword args

Changes:
Fix incorrect documentation for keyword arguments

Tested:
NA

Change-Id: Icb12076b16331651e9079806d899502501509875
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/security/test_slp.robot b/security/test_slp.robot
index 2436276..f39d1da 100644
--- a/security/test_slp.robot
+++ b/security/test_slp.robot
@@ -23,6 +23,7 @@
 Verify SLP Service Types
     [Documentation]  Find services supported by system.
     [Tags]  Verify_SLP_Service_Types
+
     Verify Service Types
 
 Verify Service Agents For Service Types
@@ -40,6 +41,7 @@
 
 Suite Setup Execution
     [Documentation]  Get SLP services.
+
     ${output}=  Run  which slptool
     Should Not Be Empty  ${output}
     ...  msg=slptool not installed.
@@ -78,8 +80,12 @@
 Verify Service Agents
     [Documentation]  Verifies the output of srvs.
     [Arguments]      ${output}  ${service_agent}
-    # Example of output
-    # <service:service_name:tcp//xxx.xxx.xxx.xxx,2200>
+
+    # Description of argument(s):
+    # output         SLP service output.
+    #                Example of output
+    #                <service:service_name:tcp//xxx.xxx.xxx.xxx,2200>
+    # service_agent  Service agent ('findsrvs').
 
     Run Keywords  Should Contain  ${output}  ${service_agent}  AND
     ...  Should Contain  ${output}  ${OPENBMC_HOST},