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

2016-09-28 Thread Guoqing Jiang
On 09/28/2016 03:55 PM, Jes Sorensen wrote: SF Markus Elfring writes: From: Markus Elfring 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 --- drivers/md/bitmap.c | 18 +- 1 f

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

2016-09-28 Thread Jes Sorensen
SF Markus Elfring writes: > From: Markus Elfring > 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 > --- > drivers/md/bitmap.c | 18 +- > 1 file changed, 9 insertions(+), 9 del

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

2016-09-27 Thread SF Markus Elfring
From: Markus Elfring 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 --- drivers/md/bitmap.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/md/bitmap.c