qcacmn: Fix BLOCK_COMMENT_STYLE issues in target_if/dfs

A few instances of violating "Block comments should align the * on
each line" have been identified in target_if/dfs, so fix them.

Change-Id: Ic198912225b8bec587e30d00d7a2a5f76e03d366
CRs-Fixed: 2359528
This commit is contained in:
Jeff Johnson
2018-11-30 18:39:05 -08:00
committed by nshrivas
parent be5a24a808
commit 94f016c5f2
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/**
/**
* DOC: target_if_dfs.h
* This file contains dfs target interface
*/

View File

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/**
/**
* DOC: target_if_dfs_full_offload.h
* This file contains dfs target interface for full-offload.
*/

View File

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/**
/**
* DOC: target_if_dfs_partial_offload.h
* This file contains dfs target interface for partial offload.
*/

View File

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/**
/**
* DOC: target_if_dfs.c
* This file contains dfs target interface
*/
@@ -111,7 +111,7 @@ static bool target_if_is_dfs_3(uint32_t target_type)
* @datalen: radar event buffer length
*
* Return: 0 on success; error code otherwise
*/
*/
static int target_if_radar_event_handler(
ol_scn_t scn, uint8_t *data, uint32_t datalen)
{