浏览代码

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>
Nikita Edward Baruzdin 11 年之前
父节点
当前提交
f736d9985e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/uapi/linux/can/netlink.h

+ 1 - 1
include/uapi/linux/can/netlink.h

@@ -92,7 +92,7 @@ struct can_ctrlmode {
 };
 };
 
 
 #define CAN_CTRLMODE_LOOPBACK		0x01	/* Loopback mode */
 #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_3_SAMPLES		0x04	/* Triple sampling mode */
 #define CAN_CTRLMODE_ONE_SHOT		0x08	/* One-Shot mode */
 #define CAN_CTRLMODE_ONE_SHOT		0x08	/* One-Shot mode */
 #define CAN_CTRLMODE_BERR_REPORTING	0x10	/* Bus-error reporting */
 #define CAN_CTRLMODE_BERR_REPORTING	0x10	/* Bus-error reporting */