Loading include/net/sctp/sctp.h +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ extern int sctp_debug_flag; #define SCTP_DEBUG_PRINTK_IPADDR(whatever...) #define SCTP_ENABLE_DEBUG #define SCTP_DISABLE_DEBUG #define SCTP_ASSERT(expr, str, func) BUG_ON(!(expr)) #define SCTP_ASSERT(expr, str, func) #endif /* SCTP_DEBUG */ Loading Loading
include/net/sctp/sctp.h +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ extern int sctp_debug_flag; #define SCTP_DEBUG_PRINTK_IPADDR(whatever...) #define SCTP_ENABLE_DEBUG #define SCTP_DISABLE_DEBUG #define SCTP_ASSERT(expr, str, func) BUG_ON(!(expr)) #define SCTP_ASSERT(expr, str, func) #endif /* SCTP_DEBUG */ Loading