linux/Documentation/translations
наб 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
..
it_IT MIPS: remove define-only GDA_MAGIC, previously magic number 2022-09-24 14:17:18 +02:00
ja_JP docs/ja_JP/SubmittingPatches: Remove reference to submitting-drivers.rst 2022-08-19 07:54:08 -06:00
ko_KR docs: ko_KR: howto: remove reference to removed submitting-drivers 2022-07-14 15:03:57 -06:00
zh_CN MIPS: remove define-only GDA_MAGIC, previously magic number 2022-09-24 14:17:18 +02:00
zh_TW MIPS: remove define-only GDA_MAGIC, previously magic number 2022-09-24 14:17:18 +02:00
index.rst docs: add traditional Chinese translation for kernel Documentation 2021-07-30 13:22:13 -06:00