Tag: ed0ed4ea7755559ee04aab8695cb91610f5e539a

Staging: lustre: Use setup_timer to combine initialization

Author: Somya Anand <somyaanand214@gmail.com> The function setup_timer combines the initialization of a timer with the initialization of the timer’s function and data fields. So, this patch combines the multiline code for timer initialization using the function setup_timer. This issue is identified via coccinelle script. @@ expression E1, E2, E3; type T; @@ – init_timer(&E1); … …

Continue reading