diff options
author | Bryan Brattlof | 2024-03-12 15:20:31 -0500 |
---|---|---|
committer | Tom Rini | 2024-03-13 10:10:05 -0400 |
commit | c37fda950cfa716db864407330e67b2d92616e65 (patch) | |
tree | 510cebb94590f6f21a4e4be01ad35a68898f7348 /arch/arm/mach-k3/r5/j7200 | |
parent | 17926a984b66a81e3d0413223b7b1ea66cdd2c97 (diff) |
arm: mach-k3: fixup whitespace in SPDX License IDs
The SPDX ID format usese a single space used after the
'SPDX-License-Identifier:'. Fix all files that use any other white-space
character other than a single space.
Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'arch/arm/mach-k3/r5/j7200')
-rw-r--r-- | arch/arm/mach-k3/r5/j7200/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/r5/j7200/Makefile b/arch/arm/mach-k3/r5/j7200/Makefile index 0f91cf4daea..78325db402c 100644 --- a/arch/arm/mach-k3/r5/j7200/Makefile +++ b/arch/arm/mach-k3/r5/j7200/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ obj-y += clk-data.o |