Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c8e2dcb authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: fix logical continuations



This patch fixes logical continuations found by checkpatch
CHECK: Logical continuations should be on the previous line

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7adf4f31
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -115,8 +115,7 @@ int wilc_mq_recv(struct message_queue *mq,
	struct message *msg;
	unsigned long flags;

	if ((!mq) || (recv_buf_size == 0)
	    || (!recv_buf) || (!recv_len)) {
	if ((!mq) || (recv_buf_size == 0) || (!recv_buf) || (!recv_len)) {
		PRINT_ER("mq or recv_buf is null\n");
		return -EINVAL;
	}