Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

can: dev: sort includes by alphabetical order

Includes are out of order in

drivers/net/can/dev/dev.c

Sort them by alphabetical order.

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Link: https://patch.msgid.link/20250830152107.694201-2-mailhol@kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Vincent Mailhol and committed by
Marc Kleine-Budde
4827dcc1 39b8e0fe

+5 -5
+5 -5
drivers/net/can/dev/dev.c
··· 4 4 * Copyright (C) 2008-2009 Wolfgang Grandegger <wg@grandegger.com> 5 5 */ 6 6 7 - #include <linux/kernel.h> 8 - #include <linux/slab.h> 9 - #include <linux/netdevice.h> 10 - #include <linux/if_arp.h> 11 - #include <linux/workqueue.h> 12 7 #include <linux/can.h> 13 8 #include <linux/can/can-ml.h> 14 9 #include <linux/can/dev.h> 15 10 #include <linux/can/skb.h> 16 11 #include <linux/gpio/consumer.h> 12 + #include <linux/if_arp.h> 13 + #include <linux/kernel.h> 14 + #include <linux/netdevice.h> 17 15 #include <linux/of.h> 16 + #include <linux/slab.h> 17 + #include <linux/workqueue.h> 18 18 19 19 static void can_update_state_error_stats(struct net_device *dev, 20 20 enum can_state new_state)