diff mbox series

[U-Boot] patman: Fix unit tests for SPDX

Message ID 20180516064816.16930-1-sjg@chromium.org
State Accepted
Commit 4225a4e4a9c8a1528c2ce3fb024c47f8180ce11d
Delegated to: Simon Glass
Headers show
Series [U-Boot] patman: Fix unit tests for SPDX | expand

Commit Message

Simon Glass May 16, 2018, 6:48 a.m. UTC
The format of this line has changed. Update the patman test to suit.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/patman/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Kiernan June 1, 2018, 4:34 a.m. UTC | #1
On Wed, May 16, 2018 at 7:48 AM Simon Glass <sjg@chromium.org> wrote:
>
> The format of this line has changed. Update the patman test to suit.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Tested-by: Alex Kiernan <alex.kiernan@gmail.com>

> ---
>
>  tools/patman/test.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/patman/test.py b/tools/patman/test.py
> index 343efc99bd8..c7ba4e6bb47 100644
> --- a/tools/patman/test.py
> +++ b/tools/patman/test.py
> @@ -148,7 +148,7 @@ index 0000000..2234c87
>  --- /dev/null
>  +++ b/common/bootstage.c
>  @@ -0,0 +1,37 @@
> -+/* SPDX-License-Identifier: GPL-2.0+ */
> ++// SPDX-License-Identifier: GPL-2.0+
>  +/*
>  + * Copyright (c) 2011, Google Inc. All rights reserved.
>  + *
> --
> 2.17.0.441.gb46fe60e1d-goog
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
Simon Glass June 7, 2018, 11:52 p.m. UTC | #2
On 31 May 2018 at 20:34, Alex Kiernan <alex.kiernan@gmail.com> wrote:
> On Wed, May 16, 2018 at 7:48 AM Simon Glass <sjg@chromium.org> wrote:
>>
>> The format of this line has changed. Update the patman test to suit.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>
> Tested-by: Alex Kiernan <alex.kiernan@gmail.com>
>
>> ---
>>
>>  tools/patman/test.py | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>

Applied to u-boot-dm
diff mbox series

Patch

diff --git a/tools/patman/test.py b/tools/patman/test.py
index 343efc99bd8..c7ba4e6bb47 100644
--- a/tools/patman/test.py
+++ b/tools/patman/test.py
@@ -148,7 +148,7 @@  index 0000000..2234c87
 --- /dev/null
 +++ b/common/bootstage.c
 @@ -0,0 +1,37 @@
-+/* SPDX-License-Identifier: GPL-2.0+ */
++// SPDX-License-Identifier: GPL-2.0+
 +/*
 + * Copyright (c) 2011, Google Inc. All rights reserved.
 + *