aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt
diff options
context:
space:
mode:
authorAndra Paraschiv <andraprs@amazon.com>2021-08-27 18:49:27 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-14 11:11:20 +0200
commite3cba4d2454c2e4034147ca53b75c6592ded7c5a (patch)
treefc8f8e972ed0d30421e3cfa3ffed18abf5b08c37 /drivers/virt
parentnitro_enclaves: Add fix for the kernel-doc report (diff)
downloadlinux-dev-e3cba4d2454c2e4034147ca53b75c6592ded7c5a.tar.xz
linux-dev-e3cba4d2454c2e4034147ca53b75c6592ded7c5a.zip
nitro_enclaves: Update copyright statement to include 2021
Update the copyright statement to include 2021, as a change has been made over this year. Check commit d874742f6a73 ("nitro_enclaves: Set Bus Master for the NE PCI device") for the codebase update from this file (ne_pci_dev.c). Reviewed-by: George-Aurelian Popescu <popegeo@amazon.com> Signed-off-by: Andra Paraschiv <andraprs@amazon.com> Link: https://lore.kernel.org/r/20210827154930.40608-5-andraprs@amazon.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/virt')
-rw-r--r--drivers/virt/nitro_enclaves/ne_pci_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virt/nitro_enclaves/ne_pci_dev.c b/drivers/virt/nitro_enclaves/ne_pci_dev.c
index 143207e9b969..40b49ec8e30b 100644
--- a/drivers/virt/nitro_enclaves/ne_pci_dev.c
+++ b/drivers/virt/nitro_enclaves/ne_pci_dev.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*/
/**