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 15b3097de28..3806f6f17fc 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 3f94de34cf7..c8b3e61a95d 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 6bfb4f78233..42772a0d277 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 61933d64cd5..9f2f3fc9d62 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 46003a3a861..3f7611f9ee0 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 43b44c3a218..6f0b58e2db9 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 afd4141a0b1..ac84ab514ea 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 7ddad094bc1..25d0dc19677 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 d4da406f14e..924df77850d 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 e1152c57453..a343c0b0f31 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 1918a4e01d4..d883f20e8f1 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 85e209064e5..d8de05b13b1 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 71b5d438144..b8f5436b464 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