diff options
Diffstat (limited to 'board/laird/wb50n')
-rw-r--r-- | board/laird/wb50n/Makefile | 4 | ||||
-rw-r--r-- | board/laird/wb50n/wb50n.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/laird/wb50n/Makefile b/board/laird/wb50n/Makefile index d1b6cfa291..f4c3831db4 100644 --- a/board/laird/wb50n/Makefile +++ b/board/laird/wb50n/Makefile @@ -1,6 +1,4 @@ -# -# -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0+ # obj-y += wb50n.o diff --git a/board/laird/wb50n/wb50n.c b/board/laird/wb50n/wb50n.c index 8896e62073..89d3795857 100644 --- a/board/laird/wb50n/wb50n.c +++ b/board/laird/wb50n/wb50n.c @@ -1,6 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |