staging: ks7010: fix checkpatch LINE_SPACING

Checkpatch emits CHECK: Please don't use multiple blank lines.

Remove multiple blank lines.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tobin C. Harding 2017-04-18 10:35:40 +10:00 committed by Greg Kroah-Hartman
parent 132f541532
commit a9d58d9ad8

View file

@ -1025,7 +1025,6 @@ static int send_stop_request(struct sdio_func *func)
return 0;
}
static void ks7010_sdio_remove(struct sdio_func *func)
{
int ret;