devtools: clarify that lines up to 100 characters are ok
[dpdk.git] / doc / guides / contributing / coding_style.rst
index b27b5fc..1ce5d00 100644 (file)
@@ -27,7 +27,7 @@ Line length is recommended to be not more than 80 characters, including comments
 .. note::
 
        The above is recommendation, and not a hard limit.
-       However, it is expected that the recommendations should be followed in all but the rarest situations.
+       Generally, line lengths up to 100 characters are acceptable in the code.
 
 C Comment Style
 ---------------