+-- On Wed, 17 Feb 2016, Eric Blake wrote --+
| Cleaning up existing code is best done as part of a series that is
| otherwise touching the code; doing it in isolation makes 'git blame'
| attribute the wrong author for no good reason.
Ah, okay. I noticed it while patching 'net_checksum_calculate
On 02/17/2016 05:35 AM, P J P wrote:
> From: Prasad J Pandit
>
> Due indentation and braces were missing at places, added them.
>
Cleaning up existing code is best done as part of a series that is
otherwise touching the code; doing it in isolation makes 'git blame'
attribute the wrong author fo