From ea43dedbf9632fefbfc6d60f209ad7732da01ed5 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Thu, 4 Oct 2018 11:14:02 +0300 Subject: MLK-18497-1: ASoC: fsl: dsp_proxy: Fix license headers This is a cleanup patch to have all the headers style consistent across DSP driver. Reviewed-by: Cosmin-Gabriel Samoila Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_dsp_proxy.c | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'sound/soc/fsl/fsl_dsp_proxy.c') diff --git a/sound/soc/fsl/fsl_dsp_proxy.c b/sound/soc/fsl/fsl_dsp_proxy.c index 7b1a86d8576c..e78f1d835d53 100644 --- a/sound/soc/fsl/fsl_dsp_proxy.c +++ b/sound/soc/fsl/fsl_dsp_proxy.c @@ -1,23 +1,13 @@ // SPDX-License-Identifier: (GPL-2.0+ OR MIT) -/******************************************************************************* - * - * Copyright (C) 2017 Cadence Design Systems, Inc. - * Copyright 2018 NXP - * - ******************************************************************************/ -/******************************************************************************* - * fsl_dsp_proxy.c - * - * DSP proxy driver - * - * DSP proxy driver is used to transfer messages between dsp driver - * and dsp framework - ******************************************************************************/ +// +// DSP proxy driver transfers messages between DSP driver and DSP framework +// +// Copyright 2018 NXP +// Copyright (C) 2017 Cadence Design Systems, Inc. #include "fsl_dsp_proxy.h" #include "fsl_dsp.h" - /* ...initialize message queue */ void xf_msg_queue_init(struct xf_msg_queue *queue) { -- cgit v1.2.3