Linux Documentation
 help / color / mirror / Atom feed
* [PATCH 0/2] kernel-doc: Remove deprecated kernel-doc option 'functions'
@ 2024-01-22 13:28 Anna-Maria Behnsen
  2024-01-22 13:28 ` [PATCH 1/2] Documentation: Replace deprecated 'functions' by 'identifiers' Anna-Maria Behnsen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anna-Maria Behnsen @ 2024-01-22 13:28 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Corbet, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	x86, Mike Rapoport, Herbert Xu, David S. Miller, Marco Elver,
	Alexander Potapenko, Shuah Khan, Johannes Berg, Moritz Fischer,
	Wu Hao, Xu Yilun, Dipen Patel, Philipp Zabel, Heikki Krogerus,
	David Airlie, Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jiri Kosina, Benjamin Tissoires, linux-kernel,
	Anna-Maria Behnsen

Hi,

the kernel-doc option 'functions' is marked deprecated and is simply an
alias for 'identifiers' and the conversion didn't looked that bad. So the
first patch replaces all existing users of 'functions' and the second
removes all parts in documentation and also inside the scripts.

Thanks,

	Anna-Maria



Anna-Maria Behnsen (2):
  Documentation: Replace deprecated 'functions' by 'identifiers'
  Documentation: Remove deprecated kernel-doc option 'functions'

 Documentation/PCI/pci.rst                     |  4 +-
 Documentation/arch/x86/sgx.rst                | 16 ++---
 Documentation/core-api/boot-time-mm.rst       |  2 +-
 Documentation/core-api/debug-objects.rst      | 14 ++--
 Documentation/core-api/genalloc.rst           | 34 +++++-----
 Documentation/core-api/generic-radix-tree.rst |  2 +-
 .../core-api/gfp_mask-from-fs-io.rst          |  4 +-
 Documentation/core-api/idr.rst                |  4 +-
 Documentation/core-api/kernel-api.rst         | 12 ++--
 Documentation/core-api/mm-api.rst             |  6 +-
 Documentation/core-api/printk-basics.rst      |  4 +-
 Documentation/crypto/api-aead.rst             |  6 +-
 Documentation/crypto/api-akcipher.rst         |  6 +-
 Documentation/crypto/api-digest.rst           |  8 +--
 Documentation/crypto/api-kpp.rst              | 10 +--
 Documentation/crypto/api-rng.rst              |  4 +-
 Documentation/crypto/api-skcipher.rst         |  8 +--
 Documentation/dev-tools/kcsan.rst             |  6 +-
 Documentation/dev-tools/kfence.rst            | 10 +--
 Documentation/dev-tools/kselftest.rst         | 16 ++---
 Documentation/doc-guide/kernel-doc.rst        |  3 -
 Documentation/driver-api/80211/cfg80211.rst   | 16 ++---
 .../driver-api/80211/mac80211-advanced.rst    | 26 ++++----
 Documentation/driver-api/80211/mac80211.rst   | 12 ++--
 Documentation/driver-api/device_link.rst      |  2 +-
 .../firmware/fallback-mechanisms.rst          |  4 +-
 .../driver-api/firmware/other_interfaces.rst  | 10 +--
 .../driver-api/firmware/request_firmware.rst  | 14 ++--
 Documentation/driver-api/fpga/fpga-bridge.rst |  8 +--
 Documentation/driver-api/fpga/fpga-mgr.rst    | 18 +++---
 .../driver-api/fpga/fpga-programming.rst      |  8 +--
 Documentation/driver-api/fpga/fpga-region.rst | 22 +++----
 Documentation/driver-api/hte/hte.rst          |  4 +-
 Documentation/driver-api/i2c.rst              |  2 +-
 Documentation/driver-api/infiniband.rst       | 16 ++---
 Documentation/driver-api/mei/hdcp.rst         |  2 +-
 Documentation/driver-api/reset.rst            | 34 +++++-----
 Documentation/driver-api/spi.rst              |  2 +-
 Documentation/driver-api/usb/typec.rst        | 26 ++++----
 Documentation/driver-api/usb/typec_bus.rst    | 10 +--
 .../gpu/amdgpu/display/display-manager.rst    | 10 +--
 Documentation/gpu/drm-kms-helpers.rst         | 10 +--
 Documentation/gpu/i915.rst                    | 64 +++++++++----------
 Documentation/gpu/rfc/i915_scheduler.rst      |  2 +-
 Documentation/gpu/rfc/i915_small_bar.rst      |  4 +-
 Documentation/gpu/vga-switcheroo.rst          | 14 ++--
 Documentation/hid/hid-bpf.rst                 |  6 +-
 Documentation/mm/ksm.rst                      |  2 +-
 Documentation/security/tpm/tpm_vtpm_proxy.rst |  2 +-
 Documentation/sphinx/kerneldoc.py             |  5 --
 50 files changed, 263 insertions(+), 271 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-23 22:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 13:28 [PATCH 0/2] kernel-doc: Remove deprecated kernel-doc option 'functions' Anna-Maria Behnsen
2024-01-22 13:28 ` [PATCH 1/2] Documentation: Replace deprecated 'functions' by 'identifiers' Anna-Maria Behnsen
2024-01-22 13:28 ` [PATCH 2/2] Documentation: Remove deprecated kernel-doc option 'functions' Anna-Maria Behnsen
2024-01-23 10:46 ` [PATCH 0/2] kernel-doc: " Jiri Kosina
2024-01-23 10:53 ` Johannes Berg
2024-01-23 22:05   ` Jonathan Corbet
2024-01-23 22:17     ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox