Tag: 250b2dd44929ec03077100b6ae2906800e4f744f

drivers/net: Remove typedefs pcnet_dev_t and hw_info_t

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

Continue reading