qcacld-3.0: hdd: Fix block comment issues

Checkpatch reported multiple block comment issues in hdd including:
- Block comments use * on subsequent lines
- Block comments should align the * on each line
- Block comments use a trailing */ on a separate line

Fix those issues.

Change-Id: Ic2b74c520ffb4be1c82fad6f6bdd0a9474d4b506
CRs-Fixed: 2121930
diff --git a/core/hdd/src/wlan_hdd_ipa.c b/core/hdd/src/wlan_hdd_ipa.c
index 8acfd73..d68c133 100644
--- a/core/hdd/src/wlan_hdd_ipa.c
+++ b/core/hdd/src/wlan_hdd_ipa.c
@@ -1915,7 +1915,8 @@
 
 	/* If RM feature enabled
 	 * Request PROD Resource first
-	 * PROD resource may return sync or async manners */
+	 * PROD resource may return sync or async manners
+	 */
 	if (hdd_ipa_is_rm_enabled(hdd_ctx)) {
 		if (!ipa_rm_request_resource(IPA_RM_RESOURCE_WLAN_PROD)) {
 			/* RM PROD request sync return
@@ -2663,7 +2664,8 @@
 	switch (evt) {
 	case IPA_GET_WDI_SAP_STATS:
 		/* fill-up ipa_get_wdi_sap_stats structure after getting
-		   ipa_uc_fw_stats from FW */
+		 * ipa_uc_fw_stats from FW
+		 */
 		wdi_sap_stats = data;
 
 		if (!adapter) {
@@ -2718,7 +2720,8 @@
 		break;
 	case IPA_SET_WIFI_QUOTA:
 		/* get ipa_set_wifi_quota structure from IPA and pass to FW
-		   through quota_exceeded field in ipa_uc_fw_stats */
+		 * through quota_exceeded field in ipa_uc_fw_stats
+		 */
 		ipa_set_quota = data;
 
 		if (!adapter) {