Commit 6a54dde8 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: raw: fix indention

This patch fixes the indention to follow kernel coding style.

Link: https://lore.kernel.org/r/20200915223527.1417033-7-mkl@pengutronix.de


Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 88bfb9a7
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -154,10 +154,10 @@ static void raw_rcv(struct sk_buff *oskb, void *data)
	if (!skb)
		return;

	/*  Put the datagram to the queue so that raw_recvmsg() can
	 *  get it from there.  We need to pass the interface index to
	 *  raw_recvmsg().  We pass a whole struct sockaddr_can in skb->cb
	 *  containing the interface index.
	/* Put the datagram to the queue so that raw_recvmsg() can get
	 * it from there. We need to pass the interface index to
	 * raw_recvmsg(). We pass a whole struct sockaddr_can in
	 * skb->cb containing the interface index.
	 */

	sock_skb_cb_check_size(sizeof(struct sockaddr_can));