From 94f016c5f275d88b93d4700c9d711fcd0cb1a614 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 30 Nov 2018 18:39:05 -0800 Subject: [PATCH] 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 --- target_if/dfs/inc/target_if_dfs.h | 2 +- target_if/dfs/inc/target_if_dfs_full_offload.h | 2 +- target_if/dfs/inc/target_if_dfs_partial_offload.h | 2 +- target_if/dfs/src/target_if_dfs.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target_if/dfs/inc/target_if_dfs.h b/target_if/dfs/inc/target_if_dfs.h index 2e7b95a843..c903cd0baa 100644 --- a/target_if/dfs/inc/target_if_dfs.h +++ b/target_if/dfs/inc/target_if_dfs.h @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ - /** +/** * DOC: target_if_dfs.h * This file contains dfs target interface */ diff --git a/target_if/dfs/inc/target_if_dfs_full_offload.h b/target_if/dfs/inc/target_if_dfs_full_offload.h index 0d062bdd96..524e94f766 100644 --- a/target_if/dfs/inc/target_if_dfs_full_offload.h +++ b/target_if/dfs/inc/target_if_dfs_full_offload.h @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ - /** +/** * DOC: target_if_dfs_full_offload.h * This file contains dfs target interface for full-offload. */ diff --git a/target_if/dfs/inc/target_if_dfs_partial_offload.h b/target_if/dfs/inc/target_if_dfs_partial_offload.h index f1f0929064..f81cce5c0a 100644 --- a/target_if/dfs/inc/target_if_dfs_partial_offload.h +++ b/target_if/dfs/inc/target_if_dfs_partial_offload.h @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ - /** +/** * DOC: target_if_dfs_partial_offload.h * This file contains dfs target interface for partial offload. */ diff --git a/target_if/dfs/src/target_if_dfs.c b/target_if/dfs/src/target_if_dfs.c index ba74f848ed..caf363871b 100644 --- a/target_if/dfs/src/target_if_dfs.c +++ b/target_if/dfs/src/target_if_dfs.c @@ -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) {