On 25/10/21 8:45 pm, Larry Finger wrote:
On 10/25/21 07:15, Saurav Girepunje wrote:Hi Larry,
Remove the goto statement from rtw_do_join(). In this function goto
can be replace by return statement. As on goto label exit, function only
return it is not performing any cleanup. Avoiding goto will improve
the function readability.
Signed-off-by: Saurav Girepunje <saurav.girepunje@xxxxxxxxx>
---
You need to read section 14 of Documentation/process/submitting-patches.rst to learn how to submit a revised patch.Resubmitting such a revision using the same subject line is likely to confuse reviewers and maintainers alike, if not patchworks.
This is original patch (v1). I haven't get any review comment for this patch.