This patchset translates two documents into Spanish and also warns of or fixes existing inconsistencies. The first patch translates process/management-style into Spanish. The second patch translates process/submit-checklist into Spanish The third patch warns of some links in Spanish translation pointing to English documentation. The fourth patch moves howto.rst file into the process directory for Spanish translation per the original English documentation. NOTE: The first patch in this set has previously been sent out as a standalone patch. Review Link: https://lore.kernel.org/all/20231122003343.931394-1-avadhut.naik@xxxxxxx/ However, since no response was received on the patch and since patches 2 and 4 have a dependency on it, have incorporated it in this patchset. Kindly ignore the previous review raised for the patch. Avadhut Naik (4): docs/sp_SP: Add translation of process/management-style docs/sp_SP: Add translation of process/submit-checklist docs/sp_SP: Warn of links pointing to documentation in English docs/sp_SP: Move howto.rst into /sp_SP/process/ .../translations/sp_SP/disclaimer-sp.rst | 3 + Documentation/translations/sp_SP/index.rst | 1 - .../sp_SP/{ => process}/howto.rst | 2 +- .../translations/sp_SP/process/index.rst | 3 + .../sp_SP/process/management-style.rst | 299 ++++++++++++++++++ .../sp_SP/process/submit-checklist.rst | 133 ++++++++ 6 files changed, 439 insertions(+), 2 deletions(-) rename Documentation/translations/sp_SP/{ => process}/howto.rst (99%) create mode 100644 Documentation/translations/sp_SP/process/management-style.rst create mode 100644 Documentation/translations/sp_SP/process/submit-checklist.rst base-commit: bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23 -- 2.34.1