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

can: netlink: Remove space before tab

Fixes the corresponing checkpatch.pl warning.

Signed-off-by: Nikita Edward Baruzdin <nebaruzdin@gmail.com>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Nikita Edward Baruzdin and committed by
Marc Kleine-Budde
f736d998 c6bf7e5f

+1 -1
+1 -1
include/uapi/linux/can/netlink.h
··· 92 92 }; 93 93 94 94 #define CAN_CTRLMODE_LOOPBACK 0x01 /* Loopback mode */ 95 - #define CAN_CTRLMODE_LISTENONLY 0x02 /* Listen-only mode */ 95 + #define CAN_CTRLMODE_LISTENONLY 0x02 /* Listen-only mode */ 96 96 #define CAN_CTRLMODE_3_SAMPLES 0x04 /* Triple sampling mode */ 97 97 #define CAN_CTRLMODE_ONE_SHOT 0x08 /* One-Shot mode */ 98 98 #define CAN_CTRLMODE_BERR_REPORTING 0x10 /* Bus-error reporting */