Tag: 6a707a9eb9de373ba3ed2f85d44dce8bda229afc

Staging: wilc1000: Remove and rename struct typedefs from .c files

Author: Bhumika Goyal <bhumirks@gmail.com> Using typedef for a structure type is not suggested in Linux kernel coding style guidelines. So remove typedefs from structures wilc_sdio_t, wilc_spi_t and wilc_mac_cfg_t. Also remove ‘_t’ suffix from the struct names by hand. The following semantic patch detects cases: @tn1@ type td; @@ typedef struct { … } td; @script:python …

Continue reading