mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 10:49:28 +00:00
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: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
88bfb9a713
commit
6a54dde843
1 changed files with 12 additions and 12 deletions
|
@ -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));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue