summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-27 01:07:21 +0900
committerTom Rini <trini@konsulko.com>2018-04-28 18:32:22 -0400
commit30d313688f7aa722a420a4d6a5ef02573178355b (patch)
treef9a1f38f0c6f237777e738a19110f0edebee9826 /test
parent7842b6a91ece2484475d94487ec2b63a2832a4cf (diff)
test: dm: regmap: fix license header
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'test')
-rw-r--r--test/dm/regmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/regmap.c b/test/dm/regmap.c
index 50af22006c..f83a821112 100644
--- a/test/dm/regmap.c
+++ b/test/dm/regmap.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2015 Google, Inc
-2 *
+ *
* SPDX-License-Identifier: GPL-2.0+
*/