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

Commit 8ec2f8f0 authored by Dilek Uzulmez's avatar Dilek Uzulmez Committed by Greg Kroah-Hartman
Browse files

staging: slicoss: Fix void function return statements style warning



This fixes "void function return statements are not generally useful"
checkpatch.pl warning slicoss.c

Signed-off-by: default avatarDilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ec1aeb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1982,7 +1982,6 @@ static void slic_rcv_handle_error(struct adapter *adapter,
				adapter->if_events.uflow802++;
		}
	}
	return;
}

#define TCP_OFFLOAD_FRAME_PUSHFLAG  0x10000000