[PATCH 0/3] kernel-hacking documentation cleanup

Bagas Sanjaya posted 3 patches 1 month, 2 weeks ago
Documentation/kernel-hacking/hacking.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
[PATCH 0/3] kernel-hacking documentation cleanup
Posted by Bagas Sanjaya 1 month, 2 weeks ago
Hi,

Here are additional docs cleanup for kernel-hacking documentation. It
is based on Thorsten's :c:func: annotation removal [1].

Enjoy!

[1]: https://lore.kernel.org/linux-doc/20251222232506.2615-2-thorsten.blum@linux.dev/

Bagas Sanjaya (3):
  Documentation: kernel-hacking: Remove current macro annotation
  Documentation: kernel-hacking: Do not italicize EXPORT_SYMBOL{,_GPL}()
    references
  Documentation: kernel-hacking: Convert internal links

 Documentation/kernel-hacking/hacking.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 0/3] kernel-hacking documentation cleanup
Posted by Jonathan Corbet 1 month ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Hi,
>
> Here are additional docs cleanup for kernel-hacking documentation. It
> is based on Thorsten's :c:func: annotation removal [1].
>
> Enjoy!
>
> [1]: https://lore.kernel.org/linux-doc/20251222232506.2615-2-thorsten.blum@linux.dev/
>
> Bagas Sanjaya (3):
>   Documentation: kernel-hacking: Remove current macro annotation
>   Documentation: kernel-hacking: Do not italicize EXPORT_SYMBOL{,_GPL}()
>     references
>   Documentation: kernel-hacking: Convert internal links
>
>  Documentation/kernel-hacking/hacking.rst | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Applied, thanks.

jon