Re: [PATCH 08/16] md/bitmap: Rename a jump label in location_store()

From: Guoqing Jiang
Date: Wed Sep 28 2016 - 23:16:38 EST




On 09/28/2016 03:55 PM, Jes Sorensen wrote:
SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> writes:
From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Sep 2016 15:46:22 +0200

Adjust jump labels according to the current Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
---
drivers/md/bitmap.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Sorry but this patch is just plain ridiculous. It does not improve the
code in any shape or form.

'out' as a label is perfectly legitimate and just as good as 'unlock'.

Agree, I also curious which document recorded the coding style convention.

Thanks,
Guoqing