Re: [dm-devel] [PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()

2016-09-29 Thread Theodore Ts'o
On Wed, Sep 28, 2016 at 05:42:28PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 28 Sep 2016 15:21:18 +0200 > > Adjust jump labels according to the current Linux coding style convention. > > - > -out: > +set_memory: > /* Hex key string

Re: [dm-devel] [PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()

2016-09-29 Thread Theodore Ts'o
On Wed, Sep 28, 2016 at 05:42:28PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 28 Sep 2016 15:21:18 +0200 > > Adjust jump labels according to the current Linux coding style convention. > > - > -out: > +set_memory: > /* Hex key string not needed after here, so wipe

[PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()

2016-09-28 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 28 Sep 2016 15:21:18 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring --- drivers/md/dm-crypt.c | 9 - 1 file changed, 4

[PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()

2016-09-28 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 28 Sep 2016 15:21:18 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring --- drivers/md/dm-crypt.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/md/dm-crypt.c