hartmannathan commented on code in PR #18758:
URL: https://github.com/apache/nuttx/pull/18758#discussion_r3105169808


##########
Documentation/contributing/coding_style.rst:
##########
@@ -8,17 +8,18 @@ C Coding Standard
 NuttX follows a specific coding style which needs to be followed at all times
 a contribution to be accepted. Please read this document before working on
 new code so that you can follow the style from the start. To check your code
-for conformance to the coding style, you should use the checkpatch.sh script
-(that calls the `nxstyle <#nxstyle>`_ tool) included under ``tools/`` in the
-main NuttX repository, or enable the pre-commit functionality described in
-`pre-commit <#precommit>`__.
+for conformance to the coding style, you should use the :ref:`checkpatch.sh`
+script (that calls the `nxstyle <#nxstyle>`_ tool) included under ``tools/``
+in the main NuttX repository, or enable the pre-commit functionality
+described in `pre-commit <#precommit>`__.
 
 **************************
 Quick Check for Compliance
 **************************
 
 You should check for coding style issues before submitting your Pull Request.
-There is a script that you can run to check for coding styles issue:
+There is a :ref:`checkpatch.sh` script that you can run to check for coding
+styles issue:

Review Comment:
   style issues:



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to