[PATCH] Warnings : Fixed 80 character length warning in rtw_ap.c

Joe Perches joe at perches.com
Tue Jul 7 20:38:47 UTC 2015


On Tue, 2015-07-07 at 15:32 -0400, Valdis.Kletnieks at vt.edu wrote:
> All:  Is it time to kill that checkpatch test, or hide it behind a non-default
> flag, to prevent code churn?

<shrug> I'm not an 80 column zealot.

This is for staging isn't it?
Code churn there is expected and somewhat desired.

A lot of time, code churn can be useful when it
reduces the indentation depth.

For instance, this code could use continue more.

The longest line in this file is 158 chars, that's
probably excessive,  awk shows 35 lines > 80 chars.

staging rtl files have a couple hundred lines > 132
and thousands of lines > 80.




More information about the devel mailing list