diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2024-11-10 19:21:37 +0300 |
---|---|---|
committer | Madhavan Srinivasan <maddy@linux.ibm.com> | 2025-05-14 06:38:16 +0300 |
commit | 8bc3252436d371e7ac505f9f2685611090680a48 (patch) | |
tree | c20a58ef25772b77157e9f12095b11c05cdff86d | |
parent | 2c54e431574f829ec0895d5104575b3f209eae28 (diff) | |
download | linux-8bc3252436d371e7ac505f9f2685611090680a48.tar.xz |
powerpc: Transliterate author name and remove FIXME
The name is Mimi Phuong-Thao Vo.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241110162139.5179-2-thorsten.blum@linux.dev
-rw-r--r-- | arch/powerpc/boot/rs6000.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/boot/rs6000.h b/arch/powerpc/boot/rs6000.h index a9d879155ef9..16df8f3c43f1 100644 --- a/arch/powerpc/boot/rs6000.h +++ b/arch/powerpc/boot/rs6000.h @@ -1,11 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* IBM RS/6000 "XCOFF" file definitions for BFD. Copyright (C) 1990, 1991 Free Software Foundation, Inc. - FIXME: Can someone provide a transliteration of this name into ASCII? - Using the following chars caused a compiler warning on HIUX (so I replaced - them with octal escapes), and isn't useful without an understanding of what - character set it is. - Written by Mimi Ph\373\364ng-Th\345o V\365 of IBM + Written by Mimi Phuong-Thao Vo of IBM and John Gilmore of Cygnus Support. */ /********************** FILE HEADER **********************/ |