On 05/09/2018 10:37 PM, Li RongQing wrote: > inet_csk_reset_xmit_timer uses multiple equality condition checks, > so it is better to use switch case instead of them >
Why is it better ? I prefer the concise form, and compiler really should not care.
On 05/09/2018 10:37 PM, Li RongQing wrote: > inet_csk_reset_xmit_timer uses multiple equality condition checks, > so it is better to use switch case instead of them >
Why is it better ? I prefer the concise form, and compiler really should not care.