This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 360c2fc44c fix nxstyle
360c2fc44c is described below

commit 360c2fc44c5d2c2b7efd11c875ec24ce49e36222
Author: simbit18 <[email protected]>
AuthorDate: Tue May 14 17:40:35 2024 +0200

    fix nxstyle
    
    Remove TABs
    fix Relative file path does not match actual file.
---
 .../include/board_memorymap.h                      |  2 +-
 include/nuttx/pci/pci.h                            | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h 
b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h
index a3a55023b4..1cedff7271 100644
--- 
a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h
+++ 
b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/risc-v/esp32c3/esp32c3-devkit-rust-1/include/board_memorymap.h
+ * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/include/nuttx/pci/pci.h b/include/nuttx/pci/pci.h
index 72e88a73c0..40f8859369 100644
--- a/include/nuttx/pci/pci.h
+++ b/include/nuttx/pci/pci.h
@@ -40,17 +40,17 @@
 
 /* PCI config common registers */
 
-#define        PCI_CONFIG_VENDOR           0x00
-#define        PCI_CONFIG_DEVICE           0x02
-#define        PCI_CONFIG_COMMAND          0x04
-#define        PCI_CONFIG_REV_ID           0x08
-#define        PCI_CONFIG_PROG_IF          0x09
-#define        PCI_CONFIG_SUBCLASS         0x0A
-#define        PCI_CONFIG_CLASS            0x0B
-#define        PCI_CONFIG_CACHE_LINE_SIZE  0x0C
-#define        PCI_CONFIG_LATENCY_TIMER    0x0D
-#define        PCI_CONFIG_HEADER_TYPE      0x0E
-#define        PCI_CONFIG_BIST             0x0F
+#define PCI_CONFIG_VENDOR           0x00
+#define PCI_CONFIG_DEVICE           0x02
+#define PCI_CONFIG_COMMAND          0x04
+#define PCI_CONFIG_REV_ID           0x08
+#define PCI_CONFIG_PROG_IF          0x09
+#define PCI_CONFIG_SUBCLASS         0x0A
+#define PCI_CONFIG_CLASS            0x0B
+#define PCI_CONFIG_CACHE_LINE_SIZE  0x0C
+#define PCI_CONFIG_LATENCY_TIMER    0x0D
+#define PCI_CONFIG_HEADER_TYPE      0x0E
+#define PCI_CONFIG_BIST             0x0F
 
 /* PCI config header types */
 

Reply via email to