Commit 4a28f634 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Remove gratuitous parentheses in SPDX license identifier



Parentheses in the SPDX license identifier are only used to group sub-
expressions. If there's no need for such grouping, the parentheses can
be omitted.

Reviewed-by: default avatarIgor Opaniuk <igor.opaniuk@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8cb35d34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright 2016-2018 Toradex AG
 */
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright 2016-2018 Toradex AG
 */