From d1789d84e8e1d94237cf7661d5ae818823f6e564 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 13 May 2024 16:17:37 +0200 Subject: [PATCH] fix nxstyle fix Relative file path does not match actual file. --- arch/arm/src/cmake/platform.cmake | 2 +- arch/arm64/src/cmake/platform.cmake | 2 +- arch/misoc/src/lm32/Toolchain.defs | 2 +- arch/risc-v/src/cmake/platform.cmake | 2 +- arch/sim/src/cmake/Toolchain.cmake | 2 +- boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt | 2 +- boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt | 2 +- boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt | 2 +- boards/x86_64/intel64/qemu-intel64/CMakeLists.txt | 2 +- boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt | 2 +- cmake/nuttx_export_header.cmake | 2 +- libs/libxx/etl.defs | 2 +- libs/libxx/uClibc++.defs | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/arm/src/cmake/platform.cmake b/arch/arm/src/cmake/platform.cmake index 15b3097de2..3806f6f17f 100644 --- a/arch/arm/src/cmake/platform.cmake +++ b/arch/arm/src/cmake/platform.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# ./arch/arm/src/cmake/platform.cmake +# arch/arm/src/cmake/platform.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/arch/arm64/src/cmake/platform.cmake b/arch/arm64/src/cmake/platform.cmake index 3f94de34cf..c8b3e61a95 100644 --- a/arch/arm64/src/cmake/platform.cmake +++ b/arch/arm64/src/cmake/platform.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# ./arch/arm64/src/cmake/platform.cmake +# arch/arm64/src/cmake/platform.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/arch/misoc/src/lm32/Toolchain.defs b/arch/misoc/src/lm32/Toolchain.defs index 6bfb4f7823..42772a0d27 100644 --- a/arch/misoc/src/lm32/Toolchain.defs +++ b/arch/misoc/src/lm32/Toolchain.defs @@ -1,5 +1,5 @@ ############################################################################ -# arch/misco/src/lm32/Toolchain.defs +# arch/misoc/src/lm32/Toolchain.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/arch/risc-v/src/cmake/platform.cmake b/arch/risc-v/src/cmake/platform.cmake index 61933d64cd..9f2f3fc9d6 100644 --- a/arch/risc-v/src/cmake/platform.cmake +++ b/arch/risc-v/src/cmake/platform.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# ./arch/risc-v/src/cmake/platform.cmake +# arch/risc-v/src/cmake/platform.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/arch/sim/src/cmake/Toolchain.cmake b/arch/sim/src/cmake/Toolchain.cmake index 46003a3a86..3f7611f9ee 100644 --- a/arch/sim/src/cmake/Toolchain.cmake +++ b/arch/sim/src/cmake/Toolchain.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# arch/sim/cmake/Toolchain.cmake +# arch/sim/src/cmake/Toolchain.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt b/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt index 43b44c3a21..6f0b58e2db 100644 --- a/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt +++ b/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt +# boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt b/boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt index afd4141a0b..ac84ab514e 100644 --- a/boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt +++ b/boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/arm/stm32/smt32f401rc-rs485/src/CMakeLists.txt +# boards/arm/stm32/stm32f401rc-rs485/src/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt b/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt index 7ddad094bc..25d0dc1967 100644 --- a/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt +++ b/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt +# boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt b/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt index d4da406f14..924df77850 100644 --- a/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt +++ b/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/x84_64/intel64/qemu-intel64/CMakeLists.txt +# boards/x86_64/intel64/qemu-intel64/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt b/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt index e1152c5745..a343c0b0f3 100644 --- a/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt +++ b/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/x84_64/intel64/qemu-intel64/src/CMakeLists.txt +# boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/cmake/nuttx_export_header.cmake b/cmake/nuttx_export_header.cmake index 1918a4e01d..d883f20e8f 100644 --- a/cmake/nuttx_export_header.cmake +++ b/cmake/nuttx_export_header.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# cmake/nuttx_export_headers.cmake +# cmake/nuttx_export_header.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/libs/libxx/etl.defs b/libs/libxx/etl.defs index 85e209064e..d8de05b13b 100644 --- a/libs/libxx/etl.defs +++ b/libs/libxx/etl.defs @@ -1,5 +1,5 @@ ############################################################################ -# libs/libxx/stdex.defs +# libs/libxx/etl.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/libs/libxx/uClibc++.defs b/libs/libxx/uClibc++.defs index 71b5d43814..b8f5436b46 100644 --- a/libs/libxx/uClibc++.defs +++ b/libs/libxx/uClibc++.defs @@ -1,5 +1,5 @@ ############################################################################ -# libs/libxx/libcxx.defs +# libs/libxx/uClibc++.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with