[RFC] CamelCase can it be fixed per Checkpatch.pl script
Ashok Kumar <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-fbdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <ZjmsAVlZmA5sje/Y@c> |
mtxt
(text/plain, 499 B)
Found some files in Staging Drivers for which checkpatch.pl throws a CHECK to +remove CamelCase. For instance in program vt6655/card.c find the usage of CamelCase as i) Variable names eg: &priv->apTD0Rings[0] ii) Function names eg: void CARDvSafeResetRx( Note: some of the functions are +static functions Reviewed lore and seems in some instances removing CamelCase was allowed and in +some case removing them was disallowed. Hence wanted comments if we should change them or not. Thanks Ashok