Skip to content

Commit

Permalink
can: netlink: Remove space before tab
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nikita Edward Baruzdin authored and Marc Kleine-Budde committed Jul 15, 2014
1 parent c6bf7e5 commit f736d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/can/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct can_ctrlmode {
};

#define CAN_CTRLMODE_LOOPBACK 0x01 /* Loopback mode */
#define CAN_CTRLMODE_LISTENONLY 0x02 /* Listen-only mode */
#define CAN_CTRLMODE_LISTENONLY 0x02 /* Listen-only mode */
#define CAN_CTRLMODE_3_SAMPLES 0x04 /* Triple sampling mode */
#define CAN_CTRLMODE_ONE_SHOT 0x08 /* One-Shot mode */
#define CAN_CTRLMODE_BERR_REPORTING 0x10 /* Bus-error reporting */
Expand Down

0 comments on commit f736d99

Please sign in to comment.