diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/kobject/kobject-example.c | 1 | ||||
-rw-r--r-- | samples/kobject/kset-example.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/samples/kobject/kobject-example.c b/samples/kobject/kobject-example.c index 2e0740f06cd7..6cc8bb36a4e8 100644 --- a/samples/kobject/kobject-example.c +++ b/samples/kobject/kobject-example.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Sample kobject implementation | 3 | * Sample kobject implementation |
3 | * | 4 | * |
diff --git a/samples/kobject/kset-example.c b/samples/kobject/kset-example.c index a55bff52bde3..58543eca7f16 100644 --- a/samples/kobject/kset-example.c +++ b/samples/kobject/kset-example.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Sample kset and ktype implementation | 3 | * Sample kset and ktype implementation |
3 | * | 4 | * |