Commit edba5eec authored by Federico Vaga's avatar Federico Vaga Committed by Jonathan Corbet
Browse files

doc:it_IT: add some process/* translations



This patch does not translate entirely the subfolder "process/"
but only part of it (to begin with).

In order to avoid broken links, I included empty documents
for those which are not yet translated.

In order to be able to refer to all documents in "process/",
I added a sphinx label to those which had not one.

Translated documents:
- howto
- 1.Intro
- clang-format
- coding-style
- kernel-driver-statement
- magic-number
- volatile-considered-harmful
- development-process

Signed-off-by: default avatarFederico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: default avatarAlessia Mantegazza <amantegazza@vaga.pv.it>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2a1e03ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
.. _development_process_intro:

Introduction
============

+3 −0
Original line number Diff line number Diff line

.. _addsyscalls:

Adding a New System Call
========================

+2 −0
Original line number Diff line number Diff line
.. _process_howto:

HOWTO do Linux kernel development
=================================

+2 −0
Original line number Diff line number Diff line
.. _process_statement_driver:

Kernel Driver Statement
-----------------------

+3 −1
Original line number Diff line number Diff line
Linux Kernel Enforcement Statement
.. _process_statement_kernel:

Linux Kernel Enforcement Statement
----------------------------------

As developers of the Linux kernel, we have a keen interest in how our software
Loading