[text] OTHER CODING STYLES Use descriptive variable names Linux kernel coding style LOCAL variable names should be short and to the point. If you have some random integer loop counter it should probably be called i.
in Linux
[text] OTHER CODING STYLES Use descriptive variable names Linux kernel coding style LOCAL variable names should be short and to the point. If you have some random integer loop counter it should probably be called i.