Tag: f073d52d63e01f4ac40105c63995a84930c2ee96

drivers/net: ethernet: Remove typedef for struct and enum

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 typedef for cardtype_t and local_info_t. Also, the names of the struct and enum are changed to drop the _t, to make the name look less typedef-like. The following Coccinelle semantic …

Continue reading