diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-26 11:27:40 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-27 05:18:19 -0400 |
commit | 9b748e0efee547f5a17c07c674cebe3ca148233f (patch) | |
tree | b3a6cd2c1decb9f26c3f6ff0fd7d5172ff48dd78 /drivers/platform/x86/intel_scu_ipc.c | |
parent | 2d0554e8ba555eeed84741099f1565437ae4b574 (diff) |
platform/x86: intel_scu_ipc: Convert to use SPDX identifier
Reduce size of duplicated comments by switching to use SPDX identifier.
No functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/intel_scu_ipc.c')
-rw-r--r-- | drivers/platform/x86/intel_scu_ipc.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c index 3f4b24a33430..cdab916fbf92 100644 --- a/drivers/platform/x86/intel_scu_ipc.c +++ b/drivers/platform/x86/intel_scu_ipc.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * intel_scu_ipc.c: Driver for the Intel SCU IPC mechanism | 3 | * Driver for the Intel SCU IPC mechanism |
3 | * | 4 | * |
4 | * (C) Copyright 2008-2010,2015 Intel Corporation | 5 | * (C) Copyright 2008-2010,2015 Intel Corporation |
5 | * Author: Sreedhara DS (sreedhara.ds@intel.com) | 6 | * Author: Sreedhara DS (sreedhara.ds@intel.com) |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; version 2 | ||
10 | * of the License. | ||
11 | * | ||
12 | * SCU running in ARC processor communicates with other entity running in IA | 8 | * SCU running in ARC processor communicates with other entity running in IA |
13 | * core through IPC mechanism which in turn messaging between IA core ad SCU. | 9 | * core through IPC mechanism which in turn messaging between IA core ad SCU. |
14 | * SCU has two IPC mechanism IPC-1 and IPC-2. IPC-1 is used between IA32 and | 10 | * SCU has two IPC mechanism IPC-1 and IPC-2. IPC-1 is used between IA32 and |