Commit-ID: 09afc797f3629f722df6a90ca6eb944013133c7a Gitweb: https://git.kernel.org/tip/09afc797f3629f722df6a90ca6eb944013133c7a Author: Borislav Petkov <bp@xxxxxxx> AuthorDate: Sat, 20 Apr 2019 22:06:43 +0200 Committer: Borislav Petkov <bp@xxxxxxx> CommitDate: Sat, 8 Jun 2019 17:40:28 +0200 RAS/CEC: Add copyright Signed-off-by: Borislav Petkov <bp@xxxxxxx> --- drivers/ras/cec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/ras/cec.c b/drivers/ras/cec.c index 0907dc6f4afe..5d545806d930 100644 --- a/drivers/ras/cec.c +++ b/drivers/ras/cec.c @@ -1,4 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (c) 2017-2019 Borislav Petkov, SUSE Labs. + */ #include <linux/mm.h> #include <linux/gfp.h> #include <linux/kernel.h>
![]() |