mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Remove tabs and spaces at the end of lines
This commit is contained in:
committed by
Abdelatif Guettouche
parent
ea5ec14995
commit
3ac90fca79
@@ -67,17 +67,17 @@
|
||||
|
||||
/* CAN_RAW socket options */
|
||||
|
||||
#define CAN_RAW_FILTER (__SO_PROTOCOL + 0)
|
||||
#define CAN_RAW_FILTER (__SO_PROTOCOL + 0)
|
||||
/* set 0 .. n can_filter(s) */
|
||||
#define CAN_RAW_ERR_FILTER (__SO_PROTOCOL + 1)
|
||||
#define CAN_RAW_ERR_FILTER (__SO_PROTOCOL + 1)
|
||||
/* set filter for error frames */
|
||||
#define CAN_RAW_LOOPBACK (__SO_PROTOCOL + 2)
|
||||
#define CAN_RAW_LOOPBACK (__SO_PROTOCOL + 2)
|
||||
/* local loopback (default:on) */
|
||||
#define CAN_RAW_RECV_OWN_MSGS (__SO_PROTOCOL + 3)
|
||||
#define CAN_RAW_RECV_OWN_MSGS (__SO_PROTOCOL + 3)
|
||||
/* receive my own msgs (default:off) */
|
||||
#define CAN_RAW_FD_FRAMES (__SO_PROTOCOL + 4)
|
||||
#define CAN_RAW_FD_FRAMES (__SO_PROTOCOL + 4)
|
||||
/* allow CAN FD frames (default:off) */
|
||||
#define CAN_RAW_JOIN_FILTERS (__SO_PROTOCOL + 5)
|
||||
#define CAN_RAW_JOIN_FILTERS (__SO_PROTOCOL + 5)
|
||||
/* all filters must match to trigger */
|
||||
#define CAN_RAW_TX_DEADLINE (__SO_PROTOCOL + 6)
|
||||
/* Abort frame when deadline passed */
|
||||
|
||||
@@ -201,10 +201,10 @@
|
||||
#define BQ27426_OPCONFIG_BATLOWEN (1 << 2)
|
||||
#define BQ27426_OPCONFIG_TEMPS (1 << 0)
|
||||
|
||||
#define BQ27426_ACCESS_SUB_CLASS_80 0x50
|
||||
#define BQ27426_ACCESS_SUB_CLASS_81 0x51
|
||||
#define BQ27426_ACCESS_SUB_CLASS_80 0x50
|
||||
#define BQ27426_ACCESS_SUB_CLASS_81 0x51
|
||||
#define BQ27426_ACCESS_SUB_CLASS_82 0x52
|
||||
#define BQ27426_ACCESS_SUB_CLASS_89 0x59
|
||||
#define BQ27426_ACCESS_SUB_CLASS_64 0x40
|
||||
#define BQ27426_ACCESS_SUB_CLASS_89 0x59
|
||||
#define BQ27426_ACCESS_SUB_CLASS_64 0x40
|
||||
|
||||
#endif /* __DRIVERS_POWER_BQ27426_H */
|
||||
|
||||
@@ -329,7 +329,7 @@ struct note_filter_mode_s
|
||||
unsigned int flag; /* Filter mode flag */
|
||||
#ifdef CONFIG_SMP
|
||||
unsigned int cpuset; /* The set of monitored CPUs */
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
/* This is the type of the argument passed to the NOTECTL_GETSYSCALLFILTER
|
||||
|
||||
Reference in New Issue
Block a user