linux/Documentation/translations/zh_TW
наб 21c660fd7c MIPS: remove define-only GDA_MAGIC, previously magic number
The last user was removed in the 2.6.4 "MIPS mega-patch", pre-git

Found with
grep MAGIC Documentation/process/magic-number.rst | while read -r mag _;
do git grep -wF "$mag"  | grep -ve '^Documentation.*magic-number.rst:' \
-qe ':#define '"$mag" || git grep -wF "$mag" | while IFS=: read -r f _;
do sed -i '/\b'"$mag"'\b/d' "$f"; done ; done

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/c2e7510beebdd698e20d0704712e623fad00fc1c.1663280877.git.nabijaczleweli@nabijaczleweli.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-09-24 14:17:18 +02:00
..
admin-guide Drop some straggling mentions of gcc-4.9 as being stale 2021-09-13 10:29:44 -07:00
arm64 docs/zh_TW: add translations for zh_TW/arm64 2021-08-24 13:36:59 -06:00
cpu-freq docs/zh_TW: add translations for zh_TW/cpu-freq 2021-08-24 13:36:59 -06:00
filesystems docs/zh_TW: add translations for zh_TW/filesystems 2021-08-24 13:36:59 -06:00
process MIPS: remove define-only GDA_MAGIC, previously magic number 2022-09-24 14:17:18 +02:00
disclaimer-zh_TW.rst
gpio.txt
index.rst docs: rename Documentation/vm to Documentation/mm 2022-06-27 12:52:53 -07:00
io_ordering.txt
IRQ.txt
oops-tracing.txt
sparse.txt