Skip to content

Commit 8a8d47e

Browse files
Tiffany Yanggregkh
authored andcommitted
binder: Add copyright notice to new kunit files
Clean up for the binder_alloc kunit test series. Add a copyright notice to new files, as suggested by Carlos [1]. [1] https://lore.kernel.org/all/CAFuZdDLD=3CBOLSWw3VxCf7Nkf884SSNmt1wresQgxgBwED=eQ@mail.gmail.com/ Fixes: 5e02458 ("binder: Scaffolding for binder_alloc KUnit tests") Suggested-by: Carlos Llamas <[email protected]> Cc: Joel Fernandes <[email protected]> Signed-off-by: Tiffany Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b13b41c commit 8a8d47e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

drivers/android/tests/.kunitconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright 2025 Google LLC.
3+
#
4+
15
CONFIG_KUNIT=y
26
CONFIG_ANDROID_BINDER_IPC=y
37
CONFIG_ANDROID_BINDER_ALLOC_KUNIT_TEST=y

drivers/android/tests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2+
#
3+
# Copyright 2025 Google LLC.
4+
#
25

36
obj-$(CONFIG_ANDROID_BINDER_ALLOC_KUNIT_TEST) += binder_alloc_kunit.o

drivers/android/tests/binder_alloc_kunit.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Test cases for binder allocator code
3+
* Test cases for binder allocator code.
4+
*
5+
* Copyright 2025 Google LLC.
6+
* Author: Tiffany Yang <[email protected]>
47
*/
58

69
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

0 commit comments

Comments
 (0)