Re: [ovs-discuss] Inquiry About Comment Length Limitations in Code Standards

2024-10-15 Thread Ilya Maximets via discuss
On 10/14/24 07:56, Farhan Tariq Janjua via discuss wrote: > I have a few questions regarding comment length in code: > > 1. > > Is it permissible for a comment (either single-line or multi-line) to> > exceed 75 characters on a single line? > > 2. > > In the case of structure memb

[ovs-discuss] Inquiry About Comment Length Limitations in Code Standards

2024-10-13 Thread Farhan Tariq Janjua via discuss
I have a few questions regarding comment length in code: 1. Is it permissible for a comment (either single-line or multi-line) to exceed 75 characters on a single line? 2. In the case of structure members, can the comment associated with a member exceed 75 characters? 3.