Tag: 2de5855cf96a798bc95cb13f94b6ba7a142f2f1f

Staging: lustre: obdclass: Remove typedefs for struct

Author: Shraddha Barke <shraddha.6596@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 lu_site_stats_t. The following Coccinelle semantic patch detects the cases for struct type: @tn@ identifier i; type td; @@ -typedef struct i { … } -td ; @@ type …

Continue reading