Move the last argument to into the respective conditional.
This makes rudimentary editors (like neovim) happier when evaluating
statement correctness.
Differential D58450
brcmfmac: reformat FreeBSD vs Linux line Authored by ngie on Fri, Jul 24, 10:59 PM. Tags None Referenced Files
Details
Move the last argument to into the respective conditional. This makes rudimentary editors (like neovim) happier when evaluating neovim loves me again after this change!
Diff Detail
Event TimelineComment Actions I would say "NO". The idea is to keep the #ifdef portion minimal as most of the differences will have to be upstreamed one day. Keeping the #ifdef away from the next statement makes merging easier. |