Tag: 3dfe7557809e5867306c7a0614b9d1c6036cbe4d

Staging: dgnc: Merge lines and remove unused variable for immediate return

Author: Vaishali Thakkar <vthakkar1994@gmail.com> This patch merges two lines in a single line if immediate return is found. It also removes unnecessory variable rc as it is no longer needed. This is done using Coccinelle. Semantic patch used for this is as follows: @@ type T; identifier i; identifier f; constant C; @@ – T …

Continue reading