qcacld-3.0: Remove reference to VOS_STATUS

Some documentation still mentions VOS_STATUS. Update these to
QDF_STATUS.

Change-Id: I31a48715c23f24c310eb51a6eddf3ec6d4193258
CRs-Fixed: 2403794
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 5d21560..c2a295b 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -2490,7 +2490,7 @@
  * @wma_handle: pointer to wma handle
  * @reorder_timeout: rx reorder timeout value
  *
- * Return: VOS_STATUS_SUCCESS for success or error code.
+ * Return: QDF_STATUS
  */
 QDF_STATUS wma_set_rx_reorder_timeout_val(tp_wma_handle wma_handle,
 	struct sir_set_rx_reorder_timeout_val *reorder_timeout);