[PATCH] swsusp: Fix labels
Move all labels in the swsusp code to the second column, so that they won't fool diff -p. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: Nigel Cunningham <nigel@suspend2.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
5b6d15de2d
commit
59a493350e
@@ -301,7 +301,7 @@ static int swap_write_page(struct swap_map_handle *handle, void *buf,
|
||||
handle->cur_swap = offset;
|
||||
handle->k = 0;
|
||||
}
|
||||
out:
|
||||
out:
|
||||
return error;
|
||||
}
|
||||
|
||||
@@ -429,7 +429,7 @@ int swsusp_write(void)
|
||||
if (error)
|
||||
free_all_swap_pages(root_swap, handle.bitmap);
|
||||
release_swap_writer(&handle);
|
||||
out:
|
||||
out:
|
||||
swsusp_close();
|
||||
return error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user