Skip to content

Commit

Permalink
[nxstyle] fix Relative files path
Browse files Browse the repository at this point in the history
fix Relative file path does not match actual file.

Signed-off-by: simbit18 <[email protected]>
  • Loading branch information
simbit18 authored and jerpelea committed Feb 21, 2025
1 parent 798a73a commit 35a793e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion arch/tricore/src/cmake/ToolchainGnuc.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##############################################################################
# arch/tricore/src/cmake/Toolchain.cmake
# arch/tricore/src/cmake/ToolchainGnuc.cmake
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
2 changes: 1 addition & 1 deletion arch/tricore/src/cmake/ToolchainTasking.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##############################################################################
# arch/tricore/src/cmake/Toolchain.cmake
# arch/tricore/src/cmake/ToolchainTasking.cmake
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/csk6/csk6011a-nano/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/csk6011a/csk6011a-nano/src/Makefile
# boards/arm/csk6/csk6011a-nano/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/imx9/imx95-evk/scripts/Make.defs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/imx95/imx95-evk/scripts/Make.defs
# boards/arm/imx9/imx95-evk/scripts/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 NXP
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/imx9/imx95-evk/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/imx95/imx95-evk/src/Makefile
# boards/arm/imx9/imx95-evk/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 NXP
Expand Down
2 changes: 1 addition & 1 deletion libs/libc/machine/x86_64/gnu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##############################################################################
# libs/libc/machine/X86_64/gnu/CMakeLists.txt
# libs/libc/machine/x86_64/gnu/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
6 changes: 3 additions & 3 deletions libs/libxx/uClibc++/system_configuration.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* libs/libxx/system_configuration.h
* libs/libxx/uClibc++/system_configuration.h
*
* SPDX-License-Identifier: Apache-2.0
*
# SPDX-License-Identifier: Apache-2.0
#
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
Expand Down

0 comments on commit 35a793e

Please sign in to comment.