mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
staging: wilc1000: linux_mon: insert blank line after a function
This patch inserts a blank line afer function found by checkpatch.pl CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
382af7f2fd
commit
964d8936dd
@ -152,6 +152,7 @@ static void mgmt_tx_complete(void *priv, int status)
|
||||
|
||||
kfree(pv_data);
|
||||
}
|
||||
|
||||
static int mon_mgmt_tx(struct net_device *dev, const u8 *buf, size_t len)
|
||||
{
|
||||
struct tx_complete_mon_data *mgmt_tx = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user