X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcontributing%2Fcoding_style.rst;h=1ce5d00e36ceb8117046ef5ee84633ddc53101b2;hb=8f86ffa6314b4daa6bd595d9a1bf8a31bcca5ba8;hp=b27b5fcfdbe87c8bef354c83a8b8542c83909ccc;hpb=872c6a28075ccae66a31affef7ae3c5e9811affc;p=dpdk.git diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index b27b5fcfdb..1ce5d00e36 100644 --- a/doc/guides/contributing/coding_style.rst +++ b/doc/guides/contributing/coding_style.rst @@ -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 ---------------