video: driver: fix in header details

fix in header comment details.

Change-Id: I698b1ee9076a908a2b8f7b9c588c733567f9d8c9
Signed-off-by: Akshata Sahukar <quic_asahukar@quicinc.com>
This commit is contained in:
Akshata Sahukar
2022-02-23 18:08:48 -08:00
parent 2d2e07aee9
commit f9a844d745
6 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2020-2022,, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021,, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#ifndef _MSM_VIDC_CONTROL_H_ #ifndef _MSM_VIDC_CONTROL_H_
#define _MSM_VIDC_CONTROL_H_ #define _MSM_VIDC_CONTROL_H_

View File

@@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Copyright (c) 2020-2022,, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021,, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#ifndef _MSM_VIDC_INST_H_ #ifndef _MSM_VIDC_INST_H_
#define _MSM_VIDC_INST_H_ #define _MSM_VIDC_INST_H_

View File

@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2020-2022, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#include <media/v4l2_vidc_extensions.h> #include <media/v4l2_vidc_extensions.h>
#include "msm_media_info.h" #include "msm_media_info.h"

View File

@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2020-2022, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#include <linux/types.h> #include <linux/types.h>
#include <linux/hash.h> #include <linux/hash.h>

View File

@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2020-2022, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#include "msm_vidc_control.h" #include "msm_vidc_control.h"
#include "msm_vidc_debug.h" #include "msm_vidc_debug.h"

View File

@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (c) 2020-2022, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
/* Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. */
#include "msm_vidc_vb2.h" #include "msm_vidc_vb2.h"
#include "msm_vidc_core.h" #include "msm_vidc_core.h"