Tag: 8b0eb8377d3a2cbe242bb4d0a499d21cffe4c8b6

pcmcia: Remove typedef in structs and emum

Author: Himangi Saraogi <himangi774@gmail.com> The Linux kernel coding style guidelines suggest not using typedefs for structure and enum types. This patch gets rid of the typedefs for cirrus_state_t, vg46x_state_t and pcic_id. Also, the names of the structs are changed to drop the _t, to make the name look less typedef-like. The following Coccinelle semantic patch …

Continue reading