[PATCH 1/2] MAINTAINERS: Use proper Orphan status marking
Michal Simek <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <08f68cd8c514140071090a846839632f8cae071c.1787560364.git.michal.simek@amd.com> |
Orphaned is not correct status based on description. s/Orphaned/Orphan/g Signed-off-by: Michal Simek <[email protected]> --- MAINTAINERS | 10 +++++----- tools/buildman/board.py | 2 +- tools/buildman/func_test.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3fdf17f74250..e655790433ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1028,7 +1028,7 @@ F: tools/file2include.c F: tools/mkeficapsule.c ENVIRONMENT -S: Orphaned +S: Orphan F: env/ F: include/env/ F: include/env* @@ -1401,7 +1401,7 @@ F: drivers/net/phy/nxp-c45-tja11xx.c ONENAND #M: Lukasz Majewski <[email protected]> -S: Orphaned (Since 2017-01) +S: Orphan (Since 2017-01) T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-onenand.git F: drivers/mtd/onenand/ @@ -1439,7 +1439,7 @@ F: drivers/pci/pcie_dw_imx.c F: drivers/phy/phy-imx8m-pcie.c PCI Endpoint -S: Orphaned +S: Orphan F: drivers/pci_endpoint/ F: include/pci_ep.h @@ -1608,7 +1608,7 @@ F: test/cmd/seama.c SEMIHOSTING R: Sean Anderson <[email protected]> -S: Orphaned +S: Orphan N: semihosting SETEXPR @@ -1659,7 +1659,7 @@ S: Maintained F: drivers/rng/smccc_trng.c SPI -S: Orphaned +S: Orphan T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-spi.git F: drivers/spi/ F: include/spi* diff --git a/tools/buildman/board.py b/tools/buildman/board.py index 248d8bfff188..231454dc8cd8 100644 --- a/tools/buildman/board.py +++ b/tools/buildman/board.py @@ -10,7 +10,7 @@ class Board: """Create a new board type. Args: - status: define whether the board is 'Active' or 'Orphaned' + status: define whether the board is 'Active' or 'Orphan' arch: Architecture name (e.g. arm) cpu: Cpu name (e.g. arm1136) soc: Name of SOC, or '' if none (e.g. mx31) diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py index 51c6855420ea..fce615ba8b83 100644 --- a/tools/buildman/func_test.py +++ b/tools/buildman/func_test.py @@ -951,7 +951,7 @@ Active aarch64 armv8 - armltd total_compute board2 self.assertEqual(["WARNING: no maintainers for 'board0'"], warnings) # Mark a board as orphaned - this should give a warning - lines = ['S: Orphaned' if line.startswith('S') else line + lines = ['S: Orphan' if line.startswith('S') else line for line in orig_data.splitlines(keepends=True)] tools.write_file(main, ''.join(lines), binary=False) params_list, warnings = self._boards.build_board_list(config_dir, src) --- base-commit: c8c1345985d4b1a566e1297b62cf6159d0803a68 branch: xnext/maintainers-all -- 2.43.0