Browse Source

qcacld-3.0: Fix block comments in wlan_hdd_wext.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_wext.c.

Change-Id: I0c6d253ac9561792f0ed75241f6a9ffe71e90208
CRs-Fixed: 1110861
Jeff Johnson 8 năm trước cách đây
mục cha
commit
3bb7c73a43
1 tập tin đã thay đổi với 8 bổ sung4 xóa
  1. 8 4
      core/hdd/src/wlan_hdd_wext.c

+ 8 - 4
core/hdd/src/wlan_hdd_wext.c

@@ -10144,8 +10144,10 @@ int hdd_set_band(struct net_device *dev, u8 ui_band)
 				QDF_STATUS status = QDF_STATUS_SUCCESS;
 				long lrc;
 
-				/* STA already connected on current band, So issue disconnect
-				 * first, then change the band*/
+				/* STA already connected on current
+				 * band, So issue disconnect first,
+				 * then change the band
+				 */
 
 				hdd_notice("STA (Device mode %s(%d)) connected in band %u, Changing band to %u, Issuing Disconnect",
 					hdd_device_mode_to_string(pAdapter->device_mode),
@@ -10559,14 +10561,16 @@ static const struct iw_priv_args we_private_args[] = {
 
 	/* SAP has TxMax whereas STA has MaxTx, adding TxMax for STA
 	 * as well to keep same syntax as in SAP. Now onwards, STA
-	 * will support both */
+	 * will support both
+	 */
 	{WE_SET_MAX_TX_POWER,
 	 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
 	 0,
 	 "setTxMaxPower"},
 
 	/* set Higher DTIM Transition (DTIM1 to DTIM3)
-	 * 1 = enable and 0 = disable */
+	 * 1 = enable and 0 = disable
+	 */
 	{
 		WE_SET_HIGHER_DTIM_TRANSITION,
 		IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,