Ver código fonte

qcacld-3.0: Fix block comments in wlan_hdd_driver_ops.c

A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line

Fix all such warnings in wlan_hdd_driver_ops.c.

Change-Id: I60dcab8100e926db6ee5d096b4ee7a616e22e7d5
CRs-Fixed: 1110861
Jeff Johnson 8 anos atrás
pai
commit
0a9da59bd4
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      core/hdd/src/wlan_hdd_driver_ops.c

+ 5 - 5
core/hdd/src/wlan_hdd_driver_ops.c

@@ -342,11 +342,11 @@ static int wlan_hdd_probe(struct device *dev, void *bdev, const hif_bus_id *bid,
 	hdd_prevent_suspend(WIFI_POWER_EVENT_WAKELOCK_DRIVER_INIT);
 
 	/*
-	* The Krait is going to Idle/Stand Alone Power Save
-	* more aggressively which is resulting in the longer driver load time.
-	* The Fix is to not allow Krait to enter Idle Power Save during driver
-	* load.
-	*/
+	 * The Krait is going to Idle/Stand Alone Power Save more
+	 * aggressively which is resulting in the longer driver load
+	 * time. The Fix is to not allow Krait to enter Idle Power
+	 * Save during driver load.
+	 */
 	hdd_request_pm_qos(dev, DISABLE_KRAIT_IDLE_PS_VAL);
 
 	if (reinit)