Re: [PATCH v2] staging: r8188eu: combine nested if statements into one

From: Dan Carpenter
Date: Fri Jun 24 2022 - 01:40:13 EST


On Thu, Jun 23, 2022 at 08:34:54PM -0700, Chang Yu wrote:
> > - You did not specify a description of why the patch is needed,
>
> I'm not entirely sure how to fix this. I checked the original patch
> again and the subject and the body looks OK to me. I'm still a newbie so
> I might have missed a couple of things. It would be greatly appreciated
> if someone could point out what's missing.

What's the advantage of combining if statements? Out of all the if
statements in the kernel why did you pick that one? Probably it's
because the indenting was wrong, no?

Write the commit message like this:

[PATCH v3] staging: r8188eu: clean up if statement

I noticed that the if statement was strange and the code was indented
too far. It is cleaner to combine both if statements as well.

regards,
dan carpenter