Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / SubmittingDrivers
index a2f30a9..252b77a 100644 (file)
@@ -1,3 +1,5 @@
+.. _submittingdrivers:
+
 Submitting Drivers For The Linux Kernel
 =======================================
 
@@ -38,9 +40,9 @@ Linux 2.4:
        maintainer does not respond or you cannot find the appropriate
        maintainer then please contact Willy Tarreau <w@1wt.eu>.
 
-Linux 2.6:
+Linux 2.6 and upper:
        The same rules apply as 2.4 except that you should follow linux-kernel
-       to track changes in API's. The final contact point for Linux 2.6
+       to track changes in API's. The final contact point for Linux 2.6+
        submissions is Andrew Morton.
 
 What Criteria Determine Acceptance
@@ -71,7 +73,8 @@ Interfaces:
 
 Code:
                Please use the Linux style of code formatting as documented
-               in Documentation/CodingStyle. If you have sections of code
+               in :ref:`Documentation/CodingStyle <codingStyle>`.
+               If you have sections of code
                that need to be in other formats, for example because they
                are shared with a windows driver kit and you want to
                maintain them just once separate them out nicely and note