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

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.deSigned-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 88bfb9a7
...@@ -154,10 +154,10 @@ static void raw_rcv(struct sk_buff *oskb, void *data) ...@@ -154,10 +154,10 @@ static void raw_rcv(struct sk_buff *oskb, void *data)
if (!skb) if (!skb)
return; return;
/* Put the datagram to the queue so that raw_recvmsg() can /* Put the datagram to the queue so that raw_recvmsg() can get
* get it from there. We need to pass the interface index to * it from there. We need to pass the interface index to
* raw_recvmsg(). We pass a whole struct sockaddr_can in skb->cb * raw_recvmsg(). We pass a whole struct sockaddr_can in
* containing the interface index. * skb->cb containing the interface index.
*/ */
sock_skb_cb_check_size(sizeof(struct sockaddr_can)); sock_skb_cb_check_size(sizeof(struct sockaddr_can));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment