[PATCH 02/16] md/bitmap: Move an assignment for the variable "offset" in bitmap_storage_alloc()

2016-09-27 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 27 Sep 2016 13:10:05 +0200 Move the assignment for the local variable "offset" behind the source code for memory allocations by this function. Signed-off-by: Markus Elfring --- drivers/md/bitmap.c |

[PATCH 02/16] md/bitmap: Move an assignment for the variable "offset" in bitmap_storage_alloc()

2016-09-27 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 27 Sep 2016 13:10:05 +0200 Move the assignment for the local variable "offset" behind the source code for memory allocations by this function. Signed-off-by: Markus Elfring --- drivers/md/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff