diff options
author | Filip Kastl <fkastl@suse.cz> | 2024-05-14 10:34:12 +0200 |
---|---|---|
committer | Filip Kastl <fkastl@suse.cz> | 2024-05-14 10:34:12 +0200 |
commit | 1a809280929fac9836ff31dcc0980ac8acee7631 (patch) | |
tree | dccc9a099349110ae78c8fcc11076e659a028335 /MAINTAINERS | |
parent | 8d15d848b90f502bdc3070f5b4e6213721eb2272 (diff) | |
download | gcc-1a809280929fac9836ff31dcc0980ac8acee7631.zip gcc-1a809280929fac9836ff31dcc0980ac8acee7631.tar.gz gcc-1a809280929fac9836ff31dcc0980ac8acee7631.tar.bz2 |
MAINTAINERS: Fix an entry using spaces instead of tabs
In the MAINTAINERS file, names and emails are separated by tabs. One of
the entries recently added used spaces. This patch corrects this.
The check-MAINTAINERS.py script breaks a bit when this happens. This
patch also adds warning about this situation into the script.
ChangeLog:
* MAINTAINERS: Use tabs between name and email.
contrib/ChangeLog:
* check-MAINTAINERS.py: Add warning about not using tabs.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 361059f..8bb435d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -738,7 +738,7 @@ Kwok Cheung Yeung <kcyeung@baylibre.com> Greta Yorsh <greta.yorsh@arm.com> David Yuste <david.yuste@gmail.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> -Xiao Zeng <zengxiao@eswincomputing.com> +Xiao Zeng <zengxiao@eswincomputing.com> Dennis Zhang <dennis.zhang@arm.com> Yufeng Zhang <yufeng.zhang@arm.com> Qing Zhao <qing.zhao@oracle.com> |