Tag: e1af35bc7942483294e7f3cec818b64a66726853

staging: rdma: hfi1: Use setup_timer

Author: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> The function setup_timer combines the initialization of a timer with the initialization of the timer’s function and data fields. The multiline code for timer initialization is now replaced with function setup_timer. This was done with Coccinelle. @@ expression e1, e2, e3; type T; @@ – init_timer(&e1); … ( – e1.function = …

Continue reading