Tag: 27f9aea3dbfc99dcc9b1a7e043838504aaf294a4

Staging: lustre: lnet: Remove and rename struct typedefs

Author: Bhumika Goyal <bhumirks@gmail.com> Remove typedefs from structures stt_timer_t and lst_ping_data_t as typedef for a structure type is not preferred. The suffix ‘_t’ and the typedefs are removed using coccinelle. Script 1: //Drop typedefs and ‘_t’ @r1@ type T; @@ typedef struct { … } T; @script:python c1@ T2; T