Skip to content

Commit 4df9772

Browse files
mrinal-pandeygregkh
authored andcommitted
drivers: android: Fix a variable declaration coding style issue
Add a blank line after variable declarations as suggested by checkpatch. Signed-off-by: Mrinal Pandey <[email protected]> Link: https://lore.kernel.org/r/20200724131254.qxbvderrws36dzzq@mrinalpandey Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4b836a1 commit 4df9772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/android/binder_alloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ static void binder_delete_free_buffer(struct binder_alloc *alloc,
547547
{
548548
struct binder_buffer *prev, *next = NULL;
549549
bool to_free = true;
550+
550551
BUG_ON(alloc->buffers.next == &buffer->entry);
551552
prev = binder_buffer_prev(buffer);
552553
BUG_ON(!prev->free);

0 commit comments

Comments
 (0)