Commit 7ea6cc99 authored by Florian Grandel's avatar Florian Grandel Committed by Carles Cufi
Browse files

net: ip: fix minor formatting glitch



This changes just fixes an erroneous indentation from a previous patch.

Signed-off-by: default avatarFlorian Grandel <jerico.dev@gmail.com>
parent 10ae545e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -760,8 +760,7 @@ enum net_verdict net_conn_input(struct net_pkt *pkt,
		} else if (IS_ENABLED(CONFIG_NET_SOCKETS_CAN) && conn_family == AF_CAN) {
			best_match = conn;
		}
			/* loop end */
	}
	} /* loop end */

	if (IS_ENABLED(CONFIG_NET_SOCKETS_PACKET) && pkt_family == AF_PACKET) {
		if (raw_pkt_continue) {