diff mbox series

test: dm: regmap: fix license header

Message ID 1524758841-22421-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 30d313688f7aa722a420a4d6a5ef02573178355b
Headers show
Series test: dm: regmap: fix license header | expand

Commit Message

Masahiro Yamada April 26, 2018, 4:07 p.m. UTC
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 test/dm/regmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini April 29, 2018, 9:04 p.m. UTC | #1
On Fri, Apr 27, 2018 at 01:07:21AM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot/master, thanks!

-- 
Tom
Simon Glass April 30, 2018, 11:12 p.m. UTC | #2
On 26 April 2018 at 10:07, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  test/dm/regmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/test/dm/regmap.c b/test/dm/regmap.c
index 8125345..4b7dac1 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+
  */