Staging: rtl8187se: r8180_core.c: Fix some spacing issues
Removed spaces before tabs and moved while statement in front of '}' Signed-off-by: Andrew Miller <amiller@amilx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd6868080e
commit
24a39f702b
1 changed files with 5 additions and 6 deletions
|
@ -439,8 +439,7 @@ void buffer_free(struct net_device *dev, struct buffer **buffer, int len, short
|
|||
}
|
||||
kfree(tmp);
|
||||
tmp = next;
|
||||
}
|
||||
while (next != *buffer);
|
||||
} while (next != *buffer);
|
||||
|
||||
*buffer = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue