diff options
| author | Yun Park <yunp@codeaurora.org> | 2017-04-03 08:32:40 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2017-04-19 16:12:49 -0700 |
| commit | 79a6833a6a5fdf8de142085e87bdffdb166abcbf (patch) | |
| tree | cad86bcf98d25be1483b565873a1a15da6d82352 | |
| parent | 9c868c2e331df6fc5ede56016b8ea577aa594a0c (diff) | |
qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_peer_ops.h
Fix Datapath kernel checkpatch warnings in cdp_txrx_peer_ops.h
Change-Id: I1b0adc1da156a0b75dded82f0e2e20e2f0475917
CRs-Fixed: 2033691
| -rw-r--r-- | dp/inc/cdp_txrx_peer_ops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dp/inc/cdp_txrx_peer_ops.h b/dp/inc/cdp_txrx_peer_ops.h index c349f31bc4a1..675a4cb9b20e 100644 --- a/dp/inc/cdp_txrx_peer_ops.h +++ b/dp/inc/cdp_txrx_peer_ops.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -24,7 +24,7 @@ * under proprietary terms before Copyright ownership was assigned * to the Linux Foundation. */ - /** +/** * @file cdp_txrx_peer.h * @brief Define the host data path peer API functions * called by the host control SW and the OS interface module |
